diff options
author | msquare <msquare@notrademark.de> | 2016-11-18 15:36:02 +0100 |
---|---|---|
committer | msquare <msquare@notrademark.de> | 2016-11-18 15:36:02 +0100 |
commit | 409761ce4b2f919ca40aa8319a13473d9eb789ae (patch) | |
tree | 061dfdbe4f36b6c0fc065f408f960a20e5735e9f /themes/base.less | |
parent | 9098b8e80d4d790609f0a267b88169a129366b1b (diff) |
rebuild login page
Diffstat (limited to 'themes/base.less')
-rw-r--r-- | themes/base.less | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/themes/base.less b/themes/base.less index d1ef5b64..f105377f 100644 --- a/themes/base.less +++ b/themes/base.less @@ -10,6 +10,10 @@ body { color: @text-muted; } +.first { + margin-top: 20px; +} + .panel-primary .panel-heading a { color: @panel-primary-text; } |