2
0
mirror of https://github.com/tenrok/bootstrap.git synced 2026-06-20 20:00:36 +03:00

fix all validation, turn off some settings, add sort order

This commit is contained in:
Mark Otto
2014-12-11 12:05:29 -08:00
parent 16bd4a2787
commit fef873a840
30 changed files with 538 additions and 256 deletions
+2 -2
View File
@@ -6,8 +6,8 @@
.pager {
padding-left: 0;
margin: $line-height-computed 0;
list-style: none;
text-align: center;
list-style: none;
@include clearfix();
li {
@@ -49,8 +49,8 @@
> a:focus,
> span {
color: $pager-disabled-color;
background-color: $pager-bg;
cursor: $cursor-disabled;
background-color: $pager-bg;
}
}
}