1
0
mirror of https://github.com/twbs/bootstrap.git synced 2025-08-30 16:50:00 +02:00

drop more -base, clean up var spacing

This commit is contained in:
Mark Otto
2015-06-22 18:57:56 -07:00
parent 0ca9b21c34
commit 75cf69a1ab
5 changed files with 21 additions and 21 deletions

View File

@@ -17,7 +17,7 @@
> span {
position: relative;
float: left; // Collapse white-space
padding: $padding-base-y $padding-base-x;
padding: $padding-y $padding-x;
margin-left: -1px;
line-height: $line-height-base;
color: $pagination-color;