File tree 2 files changed +46
-16
lines changed
2 files changed +46
-16
lines changed Original file line number Diff line number Diff line change @@ -18,7 +18,6 @@ License is MIT
18
18
Known Issues:
19
19
20
20
* Not all features of Nikola are tested.
21
- * Galleries will not work until [ Issue #1764 ] ( https://github.com/getnikola/nikola/issues/1764 ) is fixed.
22
- * Crumb bars are not done well
21
+ * Galleries will work better when [ Issue #1764 ] ( https://github.com/getnikola/nikola/issues/1764 ) is fixed.
23
22
* Submenus in navigation links are not supported
24
23
* CDNs are not used regardless of `` USE_CDN ``
Original file line number Diff line number Diff line change @@ -566,22 +566,53 @@ a.pagination-item:hover {
566
566
}
567
567
568
568
.sr-only {
569
- position : absolute;
570
- width : 1px ;
571
- height : 1px ;
572
- padding : 0 ;
573
- margin : -1px ;
574
- overflow : hidden;
575
- clip : rect (0 , 0 , 0 , 0 );
576
- border : 0 ;
569
+ position : absolute;
570
+ width : 1px ;
571
+ height : 1px ;
572
+ padding : 0 ;
573
+ margin : -1px ;
574
+ overflow : hidden;
575
+ clip : rect (0 , 0 , 0 , 0 );
576
+ border : 0 ;
577
577
}
578
578
579
579
.sr-only-focusable : active ,
580
580
.sr-only-focusable : focus {
581
- position : static;
582
- width : auto;
583
- height : auto;
584
- margin : 0 ;
585
- overflow : visible;
586
- clip : auto;
581
+ position : static;
582
+ width : auto;
583
+ height : auto;
584
+ margin : 0 ;
585
+ overflow : visible;
586
+ clip : auto;
587
+ }
588
+
589
+ .breadcrumb {
590
+ padding : 8px 15px ;
591
+ margin-bottom : 20px ;
592
+ list-style : none;
593
+ }
594
+
595
+ .breadcrumb > li {
596
+ display : inline-block;
597
+ margin-right : 0 ;
598
+ margin-left : 0 ;
599
+ }
600
+
601
+ .breadcrumb > li : after {
602
+ content : ' / ' ;
603
+ color : # 888 ;
604
+ }
605
+
606
+ .breadcrumb > li : last-of-type : after {
607
+ content : '' ;
608
+ margin-left : 0 ;
609
+ }
610
+
611
+ .thumbnails > li {
612
+ display : inline-block;
613
+ margin-right : 10px ;
614
+ }
615
+
616
+ .thumbnails > li : last-of-type {
617
+ margin-right : 0 ;
587
618
}
You can’t perform that action at this time.
0 commit comments