Skip to content

Commit

Permalink
Merge pull request #34 from sturman/add_head_request_style
Browse files Browse the repository at this point in the history
Add head request style
  • Loading branch information
Sayi authored Jun 29, 2020
2 parents b4ea0b5 + b1df8f5 commit 8d775c1
Showing 1 changed file with 8 additions and 5 deletions.
13 changes: 8 additions & 5 deletions src/main/resources/demo.css
Original file line number Diff line number Diff line change
Expand Up @@ -90,7 +90,7 @@ h3 {
display: inline-block;
border-radius: 2px;
padding: 0px 4px;

}

.article {
Expand All @@ -106,7 +106,7 @@ h3 {
padding: 10px 10px;
}

.POST, .post, .get, .GET, .put, .PUT,.delete, .DELETE {
.POST, .post, .get, .GET, .put, .PUT, .delete, .DELETE, .head, .HEAD {
color: #fff;
padding: 4px;
border-radius: 2px;
Expand All @@ -128,6 +128,9 @@ h3 {
.delete, .DELETE {
background-color: #F44336;
}
.head, .HEAD {
background-color: #8ba92f;
}

hr {
color: #dfdfdf;
Expand Down Expand Up @@ -173,11 +176,11 @@ s, del, .missing, del.comment {
color: #F44336;
}

/* Class for link show/hide article */
/* Class for link show/hide article */
.showhide {
color: #3e373785;
text-decoration: none;
text-decoration: none;
padding: 2px;
font-size: 12px;
float: right;
}
}

0 comments on commit 8d775c1

Please sign in to comment.