diff options
| author | Tom Christie | 2013-05-21 12:01:56 +0100 | 
|---|---|---|
| committer | Tom Christie | 2013-05-21 12:01:56 +0100 | 
| commit | cdc3c374656ed5c2f620e6aa8bd21b4f05de3f27 (patch) | |
| tree | 06039d1d96601277972c5822340bdbad8d985a09 /rest_framework/static | |
| parent | f77ae156f963ee01318ad0548e426c8a105bb934 (diff) | |
| parent | 99848b0321a07d7f05f2333f635756f45e058088 (diff) | |
| download | django-rest-framework-cdc3c374656ed5c2f620e6aa8bd21b4f05de3f27.tar.bz2 | |
Merge and styling fixes
Diffstat (limited to 'rest_framework/static')
| -rw-r--r-- | rest_framework/static/rest_framework/css/bootstrap-tweaks.css | 4 | 
1 files changed, 4 insertions, 0 deletions
diff --git a/rest_framework/static/rest_framework/css/bootstrap-tweaks.css b/rest_framework/static/rest_framework/css/bootstrap-tweaks.css index 9b520156..6bfb778c 100644 --- a/rest_framework/static/rest_framework/css/bootstrap-tweaks.css +++ b/rest_framework/static/rest_framework/css/bootstrap-tweaks.css @@ -104,6 +104,10 @@ html, body {      margin-bottom: 0;  } +.well form .help-block { +    color: #999; +} +  .nav-tabs {      border: 0;  }  | 
