diff options
author | utvk <utvk@users.noreply.github.com> | 2014-03-28 18:36:53 +0100 |
---|---|---|
committer | ut <root@localhost.localdomain> | 2015-12-26 23:30:40 +0100 |
commit | a0463dac75d1f72a5360bc4e59da30b86001a26d (patch) | |
tree | a8bc383b34a5f9f704880a19faa5367c0058a0a8 /assets | |
parent | b9d26de505d296c7e64fa7003c51fdcc82e0a70d (diff) |
Rebased changes from norway
Diffstat (limited to 'assets')
-rw-r--r-- | assets/stylesheets/custom.css.scss | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/assets/stylesheets/custom.css.scss b/assets/stylesheets/custom.css.scss index 6ca983e..0f67a13 100644 --- a/assets/stylesheets/custom.css.scss +++ b/assets/stylesheets/custom.css.scss @@ -258,8 +258,14 @@ color:#6B3C7F; div.controller_help h1 a,#logged_in_bar a,#logged_in_bar a:visited,#stepwise_make_request strong { color:#93278F; + +div.controller_help h1 a { +color:#487890; } +#stepwise_make_request strong { +color: #000; +} body.front { background:image-url('home-grad.png') repeat-x 0 160px; @@ -272,3 +278,7 @@ background:image-url('quote-marks.png') no-repeat; #frontpage_examples .excerpt { background:image-url('quote-marks.png') no-repeat; } + +.admin .navbar-static-top .container, .admin .navbar-fixed-top .container, .admin .navbar-fixed-bottom .container { + width: auto; +} |