diff options
Diffstat (limited to 'assets/stylesheets/custom.css.scss')
-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; +} |