1
0
mirror of https://github.com/twbs/bootstrap.git synced 2025-09-01 01:21:49 +02: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

View File

@@ -29,8 +29,8 @@
padding: $spacer;
}
.p-h {
padding-left: $spacer;
padding-right: $spacer;
padding-left: $spacer;
}
.p-v {
padding-top: $spacer;
@@ -41,8 +41,8 @@
.pos-f-t {
position: fixed;
top: 0;
left: 0;
right: 0;
left: 0;
z-index: $zindex-navbar-fixed;
}