Removed color from default

This commit is contained in:
Adam Parsons 2015-04-18 16:52:20 -05:00
parent 324ccc3664
commit 72230a913e

View File

@ -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%;
}