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
This commit is contained in:
parent
8d68c5238d
commit
da74a29e03
|
@ -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 {
|
||||
|
|
Loading…
Reference in New Issue
Block a user