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;
|
clear:both;
|
||||||
float:left;
|
float:left;
|
||||||
width:100%;
|
width:100%;
|
||||||
|
list-style-position:inside;
|
||||||
}
|
}
|
||||||
.aside .section h2 {
|
.aside .section h2 {
|
||||||
text-transform:uppercase;
|
text-transform:uppercase;
|
||||||
@ -662,6 +663,7 @@ list-style-type:none;
|
|||||||
float:left;
|
float:left;
|
||||||
margin-right:7px;
|
margin-right:7px;
|
||||||
margin-bottom:7px;
|
margin-bottom:7px;
|
||||||
|
display:inline;
|
||||||
}
|
}
|
||||||
.section .entities li .photo {
|
.section .entities li .photo {
|
||||||
margin-right:0;
|
margin-right:0;
|
||||||
@ -1042,7 +1044,7 @@ margin-left:18px;
|
|||||||
|
|
||||||
/* TOP_POSTERS */
|
/* TOP_POSTERS */
|
||||||
.section tbody td {
|
.section tbody td {
|
||||||
padding-right:11px;
|
padding-right:18px;
|
||||||
padding-bottom:11px;
|
padding-bottom:11px;
|
||||||
}
|
}
|
||||||
.section .vcard .photo {
|
.section .vcard .photo {
|
||||||
|
Loading…
Reference in New Issue
Block a user