projects
/
matthijs
/
projects
/
xerxes.git
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
history
|
raw
|
HEAD
* Remove the absolute path from the import script.
[matthijs/projects/xerxes.git]
/
static
/
base
/
css
/
base.css
1
.LeftBar {
2
border:solid black;
3
float:left;
4
width:200px;
5
margin-right: 10px;
6
}
7
8
.Content {
9
float:left;
10
border: solid black;
11
width: 900px;
12
padding: 10px;
13
}
14
15
.Clear {
16
clear: both;
17
}
18
19
.Footer {
20
border: solid black;
21
padding-left: 10px;
22
margin-top:10px;
23
}