Commit 6a2ca0ab authored by Mark Otto's avatar Mark Otto

Fixes #11444: Use @navbar-padding-vertical for nav links padding

parent 7aa6b419
......@@ -247,8 +247,8 @@
> li {
float: left;
> a {
padding-top: ((@navbar-height - @line-height-computed) / 2);
padding-bottom: ((@navbar-height - @line-height-computed) / 2);
padding-top: @navbar-padding-vertical;
padding-bottom: @navbar-padding-vertical;
}
}
}
......
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