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 /public/css | |
parent | 9098b8e80d4d790609f0a267b88169a129366b1b (diff) |
rebuild login page
Diffstat (limited to 'public/css')
-rw-r--r-- | public/css/theme0.css | 3 | ||||
-rw-r--r-- | public/css/theme1.css | 3 | ||||
-rw-r--r-- | public/css/theme2.css | 3 | ||||
-rw-r--r-- | public/css/theme3.css | 3 |
4 files changed, 12 insertions, 0 deletions
diff --git a/public/css/theme0.css b/public/css/theme0.css index e6730397..f623f239 100644 --- a/public/css/theme0.css +++ b/public/css/theme0.css @@ -6730,6 +6730,9 @@ body { .footer a { color: #777777; } +.first { + margin-top: 20px; +} .panel-primary .panel-heading a { color: #ffffff; } diff --git a/public/css/theme1.css b/public/css/theme1.css index 32d31bd2..163e9b1e 100644 --- a/public/css/theme1.css +++ b/public/css/theme1.css @@ -6753,6 +6753,9 @@ body { .footer a { color: #888888; } +.first { + margin-top: 20px; +} .panel-primary .panel-heading a { color: #ffffff; } diff --git a/public/css/theme2.css b/public/css/theme2.css index 8a1c3583..0fd65393 100644 --- a/public/css/theme2.css +++ b/public/css/theme2.css @@ -6730,6 +6730,9 @@ body { .footer a { color: #777777; } +.first { + margin-top: 20px; +} .panel-primary .panel-heading a { color: #ffffff; } diff --git a/public/css/theme3.css b/public/css/theme3.css index 24aebfaf..78d58f0b 100644 --- a/public/css/theme3.css +++ b/public/css/theme3.css @@ -6739,6 +6739,9 @@ body { .footer a { color: #777777; } +.first { + margin-top: 20px; +} .panel-primary .panel-heading a { color: #ffffff; } |