To get this branch, use:
bzr branch
http://gegoxaren.bato24.eu/bzr/lenasys/trunk
1
2
3
4
5
6
7
8
9
10
11
|
@charset "utf-8";
#infobox{
border:2px solid black;
background-color:#fed;
width:500px;
height:1200px;
padding:4px;
vertical-align:top;
float:left;
}
|