File tree Expand file tree Collapse file tree 2 files changed +27
-0
lines changed Expand file tree Collapse file tree 2 files changed +27
-0
lines changed Original file line number Diff line number Diff line change 69
69
h2 {
70
70
padding-top : 15px ; }
71
71
72
+ h2 : before {
73
+ padding : 5px ;
74
+ color : # CCCCCC ;
75
+ content : "\f078" ;
76
+ font : normal normal 40px octicons; }
77
+
72
78
pre {
73
79
padding-top : 10px ;
74
80
padding-bottom : 10px ;
80
86
word-wrap : normal;
81
87
white-space : pre; }
82
88
89
+ pre : before {
90
+ content : "\f0c8" ;
91
+ font : normal normal 32px octicons;
92
+ float : right;
93
+ font-size : 50px ;
94
+ opacity : .4 ; }
95
+
83
96
ul {
84
97
padding-top : 10px ;
85
98
padding-bottom : 10px ;
Original file line number Diff line number Diff line change 126
126
h2 {
127
127
padding-top : 15px ;
128
128
}
129
+ h2 :before {
130
+ padding : 5px ;
131
+ color : #CCCCCC ;
132
+ content : " \f078 " ;
133
+ font : normal normal 40px octicons;
134
+ }
129
135
130
136
pre {
131
137
padding-top : 10px ;
@@ -140,6 +146,14 @@ pre{
140
146
white-space : pre ;
141
147
}
142
148
149
+ pre :before {
150
+ content : " \f0c8 " ;
151
+ font : normal normal 32px octicons;
152
+ float : right ;
153
+ font-size : 50px ;
154
+ opacity : .4 ;
155
+ }
156
+
143
157
ul {
144
158
padding-top : 10px ;
145
159
padding-bottom : 10px ;
You can’t perform that action at this time.
0 commit comments