diff options
Diffstat (limited to 'skins')
-rw-r--r-- | skins/standard/index.css | 13 |
1 files changed, 6 insertions, 7 deletions
diff --git a/skins/standard/index.css b/skins/standard/index.css index 90e33e4dd..918f775e4 100644 --- a/skins/standard/index.css +++ b/skins/standard/index.css @@ -27,6 +27,11 @@ padding: 0; } + #page-index ul + { + padding-bottom: 1em; + } + #page-index li { list-style: none; @@ -34,7 +39,7 @@ #page-index p { - padding-bottom: 1em; + padding-bottom: 0.5em; } /* Hide from NN4 */ @@ -60,12 +65,6 @@ padding-top: 1em; } - /* Hide from MSIE6- */ - #page-index [id]#sidebar - { - padding: 1em 0; - } - #new_release { border: 2px solid red; |