Skip to content

Commit c10af2e

Browse files
committed
Merge .api-status selectors
1 parent bf04df9 commit c10af2e

1 file changed

Lines changed: 3 additions & 21 deletions

File tree

static/css/documentation.css

Lines changed: 3 additions & 21 deletions
Original file line numberDiff line numberDiff 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

0 commit comments

Comments
 (0)