aboutsummaryrefslogtreecommitdiffstats
path: root/rest_framework/static
diff options
context:
space:
mode:
authorTom Christie2015-01-14 16:51:26 +0000
committerTom Christie2015-01-14 16:51:26 +0000
commit3833a5bb8a9174e5fb09dac59a964eff24b6065e (patch)
treef0d343961fc83ead4ea79566afba4df7baf1bada /rest_framework/static
parentf13fcba9a9f41f7e00e0ea8956fcc65ca168c76c (diff)
downloaddjango-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.css4
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;
}