little css

This commit is contained in:
2013-02-14 08:18:17 -05:00
parent e96147b7ff
commit b603f2404c
73 changed files with 6191 additions and 24 deletions

View File

@@ -1,5 +1,5 @@
body {
padding: 50px;
xxpadding: 50px;
font: 14px "Lucida Grande", Helvetica, Arial, sans-serif;
}
@@ -15,6 +15,11 @@ list-style-type: none;
list-style-type: none;
}
.labelli {
height : 30px;
}
.floatright {
float: right;
}
@@ -23,6 +28,12 @@ list-style-type: none;
clear: right;
}
li.floatleft {
display: block;
float: none;
overflow: hidden;
}
.floatleft {
display: block;
float: left;
@@ -32,12 +43,15 @@ list-style-type: none;
#Leftpane {
display: block;
float: left;
xxxwidth: 190px;
overflow: hidden;
}
#Rightpane {
display: block;
float: left;
overflow: hidden;
}
#userphoto {