diff --git a/rest_framework/static/rest_framework/css/bootstrap-tweaks.css b/rest_framework/static/rest_framework/css/bootstrap-tweaks.css index 04f12ed3d..f455c904d 100644 --- a/rest_framework/static/rest_framework/css/bootstrap-tweaks.css +++ b/rest_framework/static/rest_framework/css/bootstrap-tweaks.css @@ -60,6 +60,14 @@ a single block in the template. color: #C20000; } +ul.breadcrumb { + margin: 70px 0 0 0; +} + +.breadcrumb li.active a { + color: #777; +} + .pagination>.disabled>a, .pagination>.disabled>a:hover, .pagination>.disabled>a:focus { diff --git a/rest_framework/static/rest_framework/css/default.css b/rest_framework/static/rest_framework/css/default.css index 4f52cc566..ede54bd17 100644 --- a/rest_framework/static/rest_framework/css/default.css +++ b/rest_framework/static/rest_framework/css/default.css @@ -13,6 +13,7 @@ h2, h3 { .resource-description, .response-info { margin-bottom: 2em; } + .version:before { content: "v"; opacity: 0.6; @@ -32,14 +33,6 @@ h2, h3 { margin-right: 1em; } -ul.breadcrumb { - margin: 70px 0 0 0; -} - -.breadcrumb li.active a { - color: #777; -} - form select, form input, form textarea { width: 90%; }