Removed more unused rules

This commit is contained in:
Christophe Coevoet 2012-07-05 01:57:46 +02:00
parent 560d24152d
commit 9d2021458f

View File

@ -67,14 +67,6 @@ h2 {
h2 a { h2 a {
color: black; color: black;
} }
h2 span.sub {
font-size: 0.7em;
color: #999999;
font-style: italic;
}
h2 span.sub a {
color: #777777;
}
h3 { h3 {
color: black; color: black;
@ -150,11 +142,6 @@ table tbody tr:last-child td {
font-style: italic; font-style: italic;
} }
#colophon a {
text-decoration: none;
color: #547f00;
}
#resources { #resources {
padding: 0 1%; padding: 0 1%;
font-family: "Droid Sans", sans-serif; font-family: "Droid Sans", sans-serif;
@ -278,15 +265,6 @@ li.operation div.content h4 {
li.operation div.content form input[type='text'].error { li.operation div.content form input[type='text'].error {
outline: 2px solid #cc0000; outline: 2px solid #cc0000;
} }
li.operation div.content div.response div.block {
background-color: #fcf6db;
border: 1px solid #e5e0c6;
}
li.operation div.content div.response div.block pre {
font-size: 0.9em;
max-height: 400px;
overflow-y: auto;
}
/* GET operations */ /* GET operations */
li.operation.get div.heading { li.operation.get div.heading {
@ -348,10 +326,6 @@ li.operation.any div.content {
li.operation.any div.content h4 { li.operation.any div.content h4 {
color: #000; color: #000;
} }
li.operation.any div.content div.response div.block {
background-color: lightgray;
border-color: gray;
}
/* PUT operations */ /* PUT operations */
li.operation.put div.heading { li.operation.put div.heading {
@ -429,7 +403,6 @@ li.operation.patch div.content h4 {
.result pre { .result pre {
border: none; border: none;
padding: 10px;
font-size: 0.9em; font-size: 0.9em;
overflow: auto; overflow: auto;
} }