summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSarven Capadisli <csarven@controlyourself.ca>2009-05-18 23:45:45 +0000
committerSarven Capadisli <csarven@controlyourself.ca>2009-05-18 23:45:45 +0000
commitda74a29e0385042e974dbe50c03acd160f982e18 (patch)
treee4712ce3fd5a51084a06435587d8e7c97e45df6d
parent8d68c5238dfed8872e8ef3bf128d018cc974cdab (diff)
Using list-style-position:inside for lists so that bullets don't leak
out of the container. Added more padding to groups with most posts table
-rw-r--r--theme/base/css/display.css4
1 files changed, 3 insertions, 1 deletions
diff --git a/theme/base/css/display.css b/theme/base/css/display.css
index 547752b51..eda04be77 100644
--- a/theme/base/css/display.css
+++ b/theme/base/css/display.css
@@ -639,6 +639,7 @@ margin-bottom:29px;
clear:both;
float:left;
width:100%;
+list-style-position:inside;
}
.aside .section h2 {
text-transform:uppercase;
@@ -662,6 +663,7 @@ list-style-type:none;
float:left;
margin-right:7px;
margin-bottom:7px;
+display:inline;
}
.section .entities li .photo {
margin-right:0;
@@ -1042,7 +1044,7 @@ margin-left:18px;
/* TOP_POSTERS */
.section tbody td {
-padding-right:11px;
+padding-right:18px;
padding-bottom:11px;
}
.section .vcard .photo {