mirror of
https://github.com/balkian/go5ears.git
synced 2025-09-02 09:02:20 +00:00
Refactored code. Cleaner
This commit is contained in:
20
css/main.css
20
css/main.css
@@ -1 +1,21 @@
|
||||
html,body {
|
||||
height: 100%;
|
||||
}
|
||||
* {
|
||||
margin:0;
|
||||
}
|
||||
.sortable { position:relative; list-style-type: none; margin: 0; padding: 0; width: 100%; }
|
||||
.sortable li { margin: 0px 3px 3px 3px; padding: 0.4em; font-size: 1em; height: 18px; }
|
||||
.list-name { padding-left:3em; }
|
||||
.list-controls span {float:left;display:inline;}
|
||||
#wrapper {
|
||||
position:relative;
|
||||
height: auto !important;
|
||||
min-height: 90%;
|
||||
margin: 0 auto 0;
|
||||
}
|
||||
#headerPage {
|
||||
position:relative;
|
||||
min-height:10%;
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user