mirror of
https://github.com/reddit-archive/reddit.git
synced 2026-04-27 03:00:12 -04:00
Fix uneven padding on nsfw-stamp.
Left was 2px right was 4px, changed right to 2px.
This commit is contained in:
committed by
Brian Simpson
parent
aa0d226d1f
commit
6579f515f0
@@ -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;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user