File tree Expand file tree Collapse file tree 3 files changed +8
-3
lines changed
Expand file tree Collapse file tree 3 files changed +8
-3
lines changed Original file line number Diff line number Diff line change 240240
241241// Links
242242.navbar .nav > li > a {
243- float : none ;
244- // Vertically center the text given @navbarHeight
245- padding : ((@navbarHeight - @baseLineHeight ) / 2 ) 15px ((@navbarHeight - @baseLineHeight ) / 2 );
246243 color : @navbarLinkColor ;
247244 text-decoration : none ;
248245 text-shadow : 0 1px 0 @navbarBackgroundHighlight ;
Original file line number Diff line number Diff line change @@ -486,3 +486,7 @@ table tbody:last-child tr:last-child > td:last-child {
486486table tbody > tr : nth-child (odd) > td {
487487 background-color : # ebebeb ;
488488}
489+ .navbar .nav > li > a {
490+ float : none;
491+ padding : 11px 15px 13px ;
492+ }
Original file line number Diff line number Diff line change 139139}
140140.brand .site-name {
141141 font-size : 1.5rem ;
142+ vertical-align : middle;
142143}
143144/* article */
144145.article-content ,
@@ -186,3 +187,6 @@ span.superscript {
186187 font-size : 0.67rem ;
187188 vertical-align : super;
188189}
190+ .navbar .nav > li > a {
191+ font-size : 1rem ;
192+ }
You can’t perform that action at this time.
0 commit comments