diff options
author | Timotej Lazar <timotej.lazar@araneo.org> | 2015-10-05 15:12:21 +0200 |
---|---|---|
committer | Timotej Lazar <timotej.lazar@araneo.org> | 2015-10-05 15:12:21 +0200 |
commit | 225716b88090c78aa8e364e372cf91b3eb53c679 (patch) | |
tree | cf4c30dc72b70f2363ac7f8a566424abf2724036 /css/codeq | |
parent | bf5d14be83b1da487d505cb64307629ae0e7e146 (diff) |
Add some padding
Diffstat (limited to 'css/codeq')
-rw-r--r-- | css/codeq/hint.css | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/css/codeq/hint.css b/css/codeq/hint.css index 676d1aa..03f1b56 100644 --- a/css/codeq/hint.css +++ b/css/codeq/hint.css @@ -7,6 +7,7 @@ div:not(.hint-static-group) > div.hint-static { border: 1px solid gray; border-radius: 4px; margin-bottom: 0.5em; + margin-top: 0.5em; padding: 0.5em; } |