diff options
| author | Cezar Pendarovski | 2014-08-22 10:12:52 +0200 |
|---|---|---|
| committer | Cezar Pendarovski | 2014-08-22 10:12:52 +0200 |
| commit | 4d582fd9ffcb6ec28247e95b63134c00cc131780 (patch) | |
| tree | 997a8c148101c4227720225bf3c48a2d75122f8f /rest_framework | |
| parent | 1e2bd1294e6a9ec877f624922b49368a18c228d0 (diff) | |
| download | django-rest-framework-4d582fd9ffcb6ec28247e95b63134c00cc131780.tar.bz2 | |
Made all color declarations in bootstrap-tweaks.css consistent
Diffstat (limited to 'rest_framework')
| -rw-r--r-- | rest_framework/static/rest_framework/css/bootstrap-tweaks.css | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/rest_framework/static/rest_framework/css/bootstrap-tweaks.css b/rest_framework/static/rest_framework/css/bootstrap-tweaks.css index e5cc65ab..6fa1e6cb 100644 --- a/rest_framework/static/rest_framework/css/bootstrap-tweaks.css +++ b/rest_framework/static/rest_framework/css/bootstrap-tweaks.css @@ -42,7 +42,7 @@ a single block in the template. } .nav-list > .active > a, .nav-list > .active > a:hover { - background: #2c2c2c; + background: #2C2C2C; } .navbar .navbar-inner .dropdown-menu li a, .navbar .navbar-inner .dropdown-menu li { @@ -50,8 +50,8 @@ a single block in the template. } .navbar .navbar-inner .dropdown-menu li a:hover { - background: #eeeeee; - color: #c20000; + background: #EEEEEE; + color: #C20000; } /*=== dabapps bootstrap styles ====*/ @@ -151,7 +151,7 @@ footer { footer p { text-align: center; color: gray; - border-top: 1px solid #DDD; + border-top: 1px solid #DDDDDD; padding-top: 10px; } |
