git://git.onelab.eu
/
myslice.git
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
history
|
raw
|
HEAD
documented the new layout (single templates/ and static/)
[myslice.git]
/
static
/
css
/
myslice.css
1
#header {
2
position: fixed;
3
display: block;
4
margin:0px;
5
top: 0px;
6
left: 0px;
7
right: 0px;
8
height: 60px;
9
/* background-color: #f8f8f8; */
10
background-color: #ccc;
11
}
12
13
#content-main {
14
margin: 60 200 0 0;
15
padding: 0;
16
}
17
#content-related {
18
margin-top: 60;
19
padding: 0;
20
width: 200;
21
position: fixed;
22
display: block;
23
right: 0px;
24
top: 0px;
25
background-color: #d0d0f8;
26
}