Commit 9bcbb25b by alisan617

byte-size fix for 2 lines page navs

parent d777749f
......@@ -18,7 +18,7 @@
padding: ($baseline*0.75) 0 ($baseline*0.75) 0;
li {
@include float(left);
display: inline-block;
list-style: none;
&.prominent {
......@@ -41,12 +41,13 @@
display: block;
text-align: center;
text-decoration: none;
border-bottom: 4px solid transparent;
&:hover,
&:focus,
&.active {
color: $uxpl-blue-hover-active;
border-bottom: 4px solid $uxpl-blue-hover-active;
border-bottom-color: $uxpl-blue-hover-active;
}
}
}
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment