Skip to content

Commit 8d775c1

Browse files
authored
Merge pull request #34 from sturman/add_head_request_style
Add head request style
2 parents b4ea0b5 + b1df8f5 commit 8d775c1

File tree

1 file changed

+8
-5
lines changed

1 file changed

+8
-5
lines changed

src/main/resources/demo.css

Lines changed: 8 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -90,7 +90,7 @@ h3 {
9090
display: inline-block;
9191
border-radius: 2px;
9292
padding: 0px 4px;
93-
93+
9494
}
9595

9696
.article {
@@ -106,7 +106,7 @@ h3 {
106106
padding: 10px 10px;
107107
}
108108

109-
.POST, .post, .get, .GET, .put, .PUT,.delete, .DELETE {
109+
.POST, .post, .get, .GET, .put, .PUT, .delete, .DELETE, .head, .HEAD {
110110
color: #fff;
111111
padding: 4px;
112112
border-radius: 2px;
@@ -128,6 +128,9 @@ h3 {
128128
.delete, .DELETE {
129129
background-color: #F44336;
130130
}
131+
.head, .HEAD {
132+
background-color: #8ba92f;
133+
}
131134

132135
hr {
133136
color: #dfdfdf;
@@ -173,11 +176,11 @@ s, del, .missing, del.comment {
173176
color: #F44336;
174177
}
175178

176-
/* Class for link show/hide article */
179+
/* Class for link show/hide article */
177180
.showhide {
178181
color: #3e373785;
179-
text-decoration: none;
182+
text-decoration: none;
180183
padding: 2px;
181184
font-size: 12px;
182185
float: right;
183-
}
186+
}

0 commit comments

Comments
 (0)