fix css to style .pBody instead of each portlet id explicitly; makes additional navig...
authorRiver Tarnell <river@users.mediawiki.org>
Thu, 24 Jan 2008 01:45:08 +0000 (01:45 +0000)
committerRiver Tarnell <river@users.mediawiki.org>
Thu, 24 Jan 2008 01:45:08 +0000 (01:45 +0000)
skins/simple/main.css

index d53443d..b2c477b 100644 (file)
@@ -199,17 +199,9 @@ textarea {
   width: 100%;
 }
 
-#p-personal li, #p-personal ul,
-#p-tb li, #p-tb ul,
-#p-navigation li, #p-navigation ul,
-#p-cactions li, #p-cactions ul,
-#p-newlinks li, #p-newlinks ul {
-  padding-left: 0em;
-  margin-left: 0.5em;
-}
-
-#p-cactions li, #p-cactions ul {
-  margin-left: 0.7em;
+.pBody li, .pBody ul {
+       padding-left: 0em;
+       margin-left: 0.5em;
 }
 
 pre {