File tree 2 files changed +8
-8
lines changed
2 files changed +8
-8
lines changed Original file line number Diff line number Diff line change @@ -2227,15 +2227,15 @@ footer .ui.language .menu {
2227
2227
.repository .wiki .view .ui .sub .header {
2228
2228
text-transform : none;
2229
2229
}
2230
- .repository .wiki .view .markdown {
2230
+ .repository .wiki .view > .markdown {
2231
2231
padding : 15px 30px ;
2232
2232
}
2233
- .repository .wiki .view .markdown h1 : first-of-type ,
2234
- .repository .wiki .view .markdown h2 : first-of-type ,
2235
- .repository .wiki .view .markdown h3 : first-of-type ,
2236
- .repository .wiki .view .markdown h4 : first-of-type ,
2237
- .repository .wiki .view .markdown h5 : first-of-type ,
2238
- .repository .wiki .view .markdown h6 : first-of-type {
2233
+ .repository .wiki .view > .markdown h1 : first-of-type ,
2234
+ .repository .wiki .view > .markdown h2 : first-of-type ,
2235
+ .repository .wiki .view > .markdown h3 : first-of-type ,
2236
+ .repository .wiki .view > .markdown h4 : first-of-type ,
2237
+ .repository .wiki .view > .markdown h5 : first-of-type ,
2238
+ .repository .wiki .view > .markdown h6 : first-of-type {
2239
2239
margin-top : 0 ;
2240
2240
}
2241
2241
.repository .settings .collaboration .collaborator .list {
Original file line number Diff line number Diff line change 1176
1176
.ui.sub.header {
1177
1177
text-transform : none ;
1178
1178
}
1179
- .markdown {
1179
+ > .markdown {
1180
1180
padding : 15px 30px ;
1181
1181
1182
1182
h1 , h2 , h3 , h4 , h5 , h6 {
You can’t perform that action at this time.
0 commit comments