File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -791,14 +791,17 @@ a .mega-octicon {
791791}
792792
793793.api-status .good {
794+ color : # 227b41 ;
794795 background-image : url (/images/status-icon-good.png);
795796}
796797
797798.api-status .minor {
799+ color : # ed8b3f ;
798800 background-image : url (/images/status-icon-minor.png);
799801}
800802
801803.api-status .major {
804+ color : # ad1a05 ;
802805 background-image : url (/images/status-icon-major.png);
803806}
804807
@@ -807,11 +810,6 @@ a .mega-octicon {
807810 color : # 327fc7 ;
808811}
809812
810- .api-status img {
811- display : block;
812- margin : 6px auto 0 ;
813- }
814-
815813# footer {
816814 position : relative;
817815 bottom : 0 ;
@@ -1273,22 +1271,6 @@ pre span.comment {color: #aaa;}
12731271.alert * : first-child { margin-top : 0 }
12741272.alert * : last-child { margin-bottom : 0 }
12751273
1276- li .api-status a .good {
1277- color : # 227b41 ;
1278- }
1279-
1280- li .api-status a .minor {
1281- color : # ed8b3f ;
1282- }
1283-
1284- li .api-status a .major {
1285- color : # ad1a05 ;
1286- }
1287-
1288- li .api-status img {
1289- float : left;
1290- margin : 0 5px 0 0 ;
1291- }
12921274/* @end */
12931275
12941276
You can’t perform that action at this time.
0 commit comments