Skip to content

Commit

Permalink
Merge pull request #166 from AlekSi/add-patch-method
Browse files Browse the repository at this point in the history
Add style for HTTP PATCH method.
  • Loading branch information
mtougeron committed Mar 25, 2014
2 parents 9264e8f + 99d24b9 commit eef7eca
Showing 1 changed file with 13 additions and 0 deletions.
13 changes: 13 additions & 0 deletions public/stylesheets/style.css
Expand Up @@ -682,6 +682,19 @@ li {
border-bottom: 1px solid #e3c399;
}

.patch {
background: #fce9e3;
border-color: #f5d5c3;
}

.patch .http-method {
background-color: #d38042;
}

.patch th, .patch td {
border-bottom: 1px solid #e3c399;
}

.delete {
background: #f5e8e8;
border-color: #deb3b3;
Expand Down

0 comments on commit eef7eca

Please sign in to comment.