From 72230a913ebacf8db3e7b912ba23ba14ff4f7abb Mon Sep 17 00:00:00 2001 From: Adam Parsons Date: Sat, 18 Apr 2015 16:52:20 -0500 Subject: [PATCH] Removed color from default --- rest_framework/static/rest_framework/css/default.css | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) 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%; }