Skip to content

Commit 5c6e467

Browse files
committed
Don't use general specifications
1 parent c1aef96 commit 5c6e467

File tree

1 file changed

+11
-11
lines changed

1 file changed

+11
-11
lines changed

static/css/documentation.css

Lines changed: 11 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -1186,13 +1186,6 @@ pre {
11861186
margin: 2em 0;
11871187
}
11881188

1189-
.no-response {
1190-
-webkit-border-radius: 3px 3px;
1191-
-moz-border-radius: 3px 3px;
1192-
border-radius: 3px 3px;
1193-
border-bottom: 1px solid #CACACA;
1194-
}
1195-
11961189
ul + pre {
11971190
margin-top: 1em;
11981191
}
@@ -1201,7 +1194,7 @@ pre code {white-space: pre;}
12011194

12021195
pre span.comment {color: #aaa;}
12031196

1204-
pre.headers {
1197+
.headers {
12051198
margin-bottom: 0;
12061199
border-bottom-width: 0;
12071200
-webkit-border-radius: 3px 3px 0 0;
@@ -1219,14 +1212,21 @@ pre.headers {
12191212
text-shadow: 0 1px 0 rgba(255, 255, 255, 0.7);
12201213
}
12211214

1222-
pre.headers + pre {
1215+
.no-response {
1216+
-webkit-border-radius: 3px 3px;
1217+
-moz-border-radius: 3px 3px;
1218+
border-radius: 3px 3px;
1219+
border-bottom: 1px solid #CACACA;
1220+
}
1221+
1222+
.headers + pre {
12231223
-webkit-border-radius: 0 0 3px 3px;
12241224
-moz-border-radius: 0 0 3px 3px;
12251225
border-radius: 0 0 3px 3px;
12261226
margin-top: 0;
12271227
}
12281228

1229-
pre.terminal {
1229+
.terminal {
12301230
background-color: #444;
12311231
color: #fff;
12321232
-webkit-border-radius: 3px;
@@ -1243,7 +1243,7 @@ pre.terminal {
12431243
filter: none;
12441244
}
12451245

1246-
pre.terminal em {
1246+
.terminal em {
12471247
color: #f9fe64;
12481248
}
12491249

0 commit comments

Comments
 (0)