File tree Expand file tree Collapse file tree 1 file changed +11
-11
lines changed
Expand file tree Collapse file tree 1 file changed +11
-11
lines changed Original file line number Diff line number Diff 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-
11961189ul + pre {
11971190 margin-top : 1em ;
11981191}
@@ -1201,7 +1194,7 @@ pre code {white-space: pre;}
12011194
12021195pre 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
You can’t perform that action at this time.
0 commit comments