1
0
mirror of https://github.com/twbs/bootstrap.git synced 2025-08-31 00:59:51 +02:00

more comments and formatting clean up

This commit is contained in:
Mark Otto
2015-04-18 11:38:47 -07:00
parent 2237572e8b
commit ac1ed746ef
11 changed files with 88 additions and 53 deletions

View File

@@ -1,6 +1,8 @@
//
// Pagination (multiple pages)
// --------------------------------------------------
.pagination {
display: inline-block;
padding-left: 0;
@@ -70,15 +72,15 @@
}
}
// Sizing
// --------------------------------------------------
// Large
//
// Sizing
//
.pagination-lg {
@include pagination-size($padding-lg-vertical, $padding-lg-horizontal, $font-size-lg, $border-radius-lg);
}
// Small
.pagination-sm {
@include pagination-size($padding-sm-vertical, $padding-sm-horizontal, $font-size-sm, $border-radius-sm);
}