@@ -1175,13 +1175,11 @@ pre {
11751175 font : 12px Consolas, 'Liberation Mono' , Courier, monospace;
11761176 padding : 10px ;
11771177 overflow : auto;
1178- -webkit-border-radius : 3px ;
1179- -moz-border-radius : 3px ;
11801178 border-radius : 3px ;
11811179 -moz-background-clip : padding;
11821180 -webkit-background-clip : padding-box;
11831181 background-clip : padding-box;
1184- background-color : # FAFAFB ;
1182+ background-color : # fafafb ;
11851183 color : # 393939 ;
11861184 margin : 2em 0 ;
11871185}
@@ -1198,16 +1196,7 @@ pre span.comment {color: #aaa;}
11981196 -webkit-border-radius : 3px 3px 0 0 ;
11991197 -moz-border-radius : 3px 3px 0 0 ;
12001198 border-radius : 3px 3px 0 0 ;
1201- color : # 666 ;
1202- background-color : # f1f1f1 ;
1203- background-image : -moz-linear-gradient (top, # f1f1f1, # e1e1e1 );
1204- background-image : -ms-linear-gradient (top, # f1f1f1, # e1e1e1 );
1205- background-image : -o-linear-gradient (top, # f1f1f1, # e1e1e1 );
1206- background-image : -webkit-gradient (linear, left top, left bottom, from (# f1f1f1 ), to (# e1e1e1 ));
1207- background-image : -webkit-linear-gradient (top, # f1f1f1, # e1e1e1 );
1208- background-image : linear-gradient (top, # f1f1f1, # e1e1e1 );
1209- filter : progid:DXImageTransform.Microsoft.gradient(startColorStr='#f1f1f1', EndColorStr='#e1e1e1');
1210- text-shadow : 0 1px 0 rgba (255 , 255 , 255 , 0.7 );
1199+ background-color : # f4f4f4 ;
12111200}
12121201
12131202.no-response {
@@ -1218,10 +1207,9 @@ pre span.comment {color: #aaa;}
12181207}
12191208
12201209.headers + pre {
1221- -webkit-border-radius : 0 0 3px 3px ;
1222- -moz-border-radius : 0 0 3px 3px ;
12231210 border-radius : 0 0 3px 3px ;
12241211 margin-top : 0 ;
1212+ border-top-color : # ddd ;
12251213}
12261214
12271215.terminal {
@@ -1235,9 +1223,6 @@ pre span.comment {color: #aaa;}
12351223 background-clip : padding-box;
12361224 border : none;
12371225 position : relative;
1238- text-shadow : none;
1239- background-image : none;
1240- filter : none;
12411226}
12421227
12431228.terminal em {
0 commit comments