diff --git a/rest_framework/static/rest_framework/css/default.css b/rest_framework/static/rest_framework/css/default.css index 288738c2c..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,10 +33,6 @@ h2, h3 { margin-right: 1em; } -.breadcrumb li.active a { - color: #777; -} - form select, form input, form textarea { width: 90%; }