Fix uneven padding on nsfw-stamp.

Left was 2px right was 4px, changed right to 2px.
This commit is contained in:
Daniel Harris
2015-05-20 01:17:41 -07:00
committed by Brian Simpson
parent aa0d226d1f
commit 6579f515f0

View File

@@ -4476,6 +4476,7 @@ form input[type=radio] {margin: 2px .5em 0 0; }
.over18 button { margin: 0 10px 0 10px; padding: 5px}
.entry .buttons li.nsfw-stamp {
padding-right: 2px;
font-size: x-small;
}