diff options
Diffstat (limited to 'skins')
-rw-r--r-- | skins/standard/global.css | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/skins/standard/global.css b/skins/standard/global.css index bd558d5c5..fe5fd8b0b 100644 --- a/skins/standard/global.css +++ b/skins/standard/global.css @@ -310,6 +310,10 @@ dl dl > dt { padding-left: 1em; } +div.user_match { + margin-bottom: 1em; +} + .box { border: 1px solid black; color: black; |