diff options
author | msquare <msquare@notrademark.de> | 2016-11-15 21:38:29 +0100 |
---|---|---|
committer | msquare <msquare@notrademark.de> | 2016-11-15 21:38:29 +0100 |
commit | 3e5316e0c1eb76a01c1f968126309857541e46e4 (patch) | |
tree | 03ffb3f63746bb57757ed0bbcc287c39f4da138e /themes/base.less | |
parent | 79ca2f177203b9514c8f351eff4e24b6b4996af5 (diff) |
align header text
Diffstat (limited to 'themes/base.less')
-rw-r--r-- | themes/base.less | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/themes/base.less b/themes/base.less index 19a52e76..d1ef5b64 100644 --- a/themes/base.less +++ b/themes/base.less @@ -52,7 +52,7 @@ body { background: @panel-bg; border-bottom: 1px solid @table-border-color; height: 30px; - padding: 5px; + padding: 5px 5px 5px 16px; } .tick { |