File tree Expand file tree Collapse file tree 2 files changed +7
-1
lines changed Expand file tree Collapse file tree 2 files changed +7
-1
lines changed Original file line number Diff line number Diff line change @@ -289,7 +289,8 @@ footer .ui.left,footer .ui.right{line-height:40px}
289
289
.markdown : not (code ) .ui .list .list , .markdown : not (code ) ol .ui .list ol , .markdown : not (code ) ul .ui .list ul {padding-left : 2em }
290
290
.repository .wiki .revisions .ui .container > .ui .stackable .grid {flex-direction : row-reverse}
291
291
.repository .wiki .revisions .ui .container > .ui .stackable .grid > .header {margin-top : 0 }
292
- .file-revisions-btn {display : block;float : left;padding : 11px !important ;margin-right : 10px !important }
292
+ .repository .wiki .revisions .ui .container > .ui .stackable .grid > .header .sub .header {padding-left : 52px }
293
+ .file-revisions-btn {display : block;float : left;margin-bottom : 2px !important ;padding : 11px !important ;margin-right : 10px !important }
293
294
.file-revisions-btn i {-webkit-touch-callout : none;-webkit-user-select : none;-moz-user-select : none;-ms-user-select : none;user-select : none}
294
295
.home .logo {max-width : 220px }
295
296
@media only screen and (max-width : 767px ){.home .hero h1 {font-size : 3.5em }
Original file line number Diff line number Diff line change 502
502
503
503
> .header {
504
504
margin-top : 0 ;
505
+
506
+ .sub.header {
507
+ padding-left : 52px ;
508
+ }
505
509
}
506
510
}
507
511
}
508
512
509
513
.file-revisions-btn {
510
514
display : block ;
511
515
float : left ;
516
+ margin-bottom : 2px !important ;
512
517
padding : 11px !important ;
513
518
margin-right : 10px !important ;
514
519
You can’t perform that action at this time.
0 commit comments