diff options
Diffstat (limited to 'assets/stylesheets/custom.css.scss')
-rw-r--r-- | assets/stylesheets/custom.css.scss | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/assets/stylesheets/custom.css.scss b/assets/stylesheets/custom.css.scss index 6ca983e..a4eb805 100644 --- a/assets/stylesheets/custom.css.scss +++ b/assets/stylesheets/custom.css.scss @@ -260,6 +260,13 @@ div.controller_help h1 a,#logged_in_bar a,#logged_in_bar a:visited,#stepwise_mak 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 +279,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; +} |