Skip to content

Commit dc863b6

Browse files
committed
remove old octicon css
1 parent 14b5631 commit dc863b6

File tree

1 file changed

+0
-45
lines changed

1 file changed

+0
-45
lines changed

shared/css/documentation.css

Lines changed: 0 additions & 45 deletions
Original file line numberDiff line numberDiff line change
@@ -1,48 +1,3 @@
1-
@font-face {
2-
font-family: 'octiconsregular';
3-
src: url('octicons-regular-webfont.eot');
4-
src: url('octicons-regular-webfont.eot?#iefix') format('embedded-opentype'),
5-
url('octicons-regular-webfont.woff') format('woff'),
6-
url('octicons-regular-webfont.svg#octiconsregular') format('svg');
7-
font-weight: normal;
8-
font-style: normal;
9-
}
10-
11-
/*------------------------------------------------------------------------------
12-
Icon Styles
13-
------------------------------------------------------------------------------*/
14-
15-
.mega-octicon {
16-
font-family: 'octiconsregular';
17-
font-weight: normal;
18-
font-style: normal;
19-
display: inline-block;
20-
text-decoration: none;
21-
line-height: 1;
22-
-webkit-font-smoothing: antialiased;
23-
font-size: 24px;
24-
width: 24px;
25-
height: 24px;
26-
}
27-
28-
.octicon-mark-github:before {
29-
content: "\f00a";
30-
}
31-
32-
.octicon-calendar:before {
33-
content: "\f068";
34-
}
35-
36-
.octicon {
37-
font: normal normal 16px "octiconsregular";
38-
line-height: 1;
39-
display: inline-block;
40-
text-decoration: none;
41-
-webkit-font-smoothing: antialiased;
42-
}
43-
44-
/* end */
45-
461
/*------------------------------------------------------------------------------
472
Global Documentation Styles
483
------------------------------------------------------------------------------*/

0 commit comments

Comments
 (0)