]> git.mxchange.org Git - quix0rs-gnu-social.git/commitdiff
Using list-style-position:inside for lists so that bullets don't leak
authorSarven Capadisli <csarven@controlyourself.ca>
Mon, 18 May 2009 23:45:45 +0000 (23:45 +0000)
committerSarven Capadisli <csarven@controlyourself.ca>
Mon, 18 May 2009 23:45:45 +0000 (23:45 +0000)
out of the container.

Added more padding to groups with most posts table

theme/base/css/display.css

index 547752b5105601e5155682f8359f03c8efca8e0c..eda04be77e4dde4330f35c0ec35fd0d6b377eaf5 100644 (file)
@@ -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 {