Skip to content

Commit 2172c3b

Browse files
author
Fabian Perez
committed
Fix more mega-icon references
1 parent e36df97 commit 2172c3b

1 file changed

Lines changed: 4 additions & 8 deletions

File tree

static/shared/css/documentation.css

Lines changed: 4 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,5 @@
11
@import 'octicons.css';
22

3-
.mega-octicon {
4-
font-size: 48px;
5-
}
6-
73
/*------------------------------------------------------------------------------
84
Global Documentation Styles
95
------------------------------------------------------------------------------*/
@@ -688,7 +684,7 @@ a img {
688684
padding-right: 0;
689685
}
690686

691-
.highlight-module .mega-icon {
687+
.highlight-module .mega-octicon {
692688
font-size: 70px;
693689
width: 70px;
694690
height: 70px;
@@ -702,7 +698,7 @@ a img {
702698
-webkit-backface-visibility: hidden;
703699
}
704700

705-
a .mega-icon {
701+
a .mega-octicon {
706702
color: #333;
707703
}
708704

@@ -914,11 +910,11 @@ div.sidebar-module ul ul li span {
914910
text-decoration: underline;
915911
}
916912

917-
#footer .mega-icon {
913+
#footer .mega-octicon {
918914
color: #ccc;
919915
}
920916

921-
#footer .mega-icon:hover {
917+
#footer .mega-octicon:hover {
922918
color: #bbb;
923919
text-decoration: none;
924920
}

0 commit comments

Comments
 (0)