diff options
| author | Tom Christie | 2015-01-14 16:51:26 +0000 |
|---|---|---|
| committer | Tom Christie | 2015-01-14 16:51:26 +0000 |
| commit | 3833a5bb8a9174e5fb09dac59a964eff24b6065e (patch) | |
| tree | f0d343961fc83ead4ea79566afba4df7baf1bada /rest_framework/static | |
| parent | f13fcba9a9f41f7e00e0ea8956fcc65ca168c76c (diff) | |
| download | django-rest-framework-3833a5bb8a9174e5fb09dac59a964eff24b6065e.tar.bz2 | |
Include pagination control in browsable API
Diffstat (limited to 'rest_framework/static')
| -rw-r--r-- | rest_framework/static/rest_framework/css/bootstrap-tweaks.css | 4 |
1 files changed, 0 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 36c7be48..d4a7d31a 100644 --- a/rest_framework/static/rest_framework/css/bootstrap-tweaks.css +++ b/rest_framework/static/rest_framework/css/bootstrap-tweaks.css @@ -185,10 +185,6 @@ body a:hover { color: #c20000; } -#content a span { - text-decoration: underline; - } - .request-info { clear:both; } |
