mirror of
https://github.com/bodyrep/DemoApp.git
synced 2026-02-06 04:22:12 +00:00
little css
This commit is contained in:
@@ -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 {
|
||||
|
||||
Reference in New Issue
Block a user