aboutsummaryrefslogtreecommitdiff
path: root/docs/assets/css/bootstrap.css
diff options
context:
space:
mode:
authorMark Otto <[email protected]>2012-09-18 14:58:39 -0700
committerMark Otto <[email protected]>2012-09-18 14:58:39 -0700
commit37460e58d3139ef43425583b50d967341ec43930 (patch)
tree140e49f7c36e14e1e7331742768cb964d235c2bb /docs/assets/css/bootstrap.css
parentcc3de8bd6eefe0c3edf3d3ef843276e0f4daae1e (diff)
parenta40ab1cd66efb873413f20f926643f05d32de21b (diff)
downloadbootstrap-37460e58d3139ef43425583b50d967341ec43930.tar.xz
bootstrap-37460e58d3139ef43425583b50d967341ec43930.zip
Merge branch '2.1.2-wip' of https://github.com/uberspeck/bootstrap into uberspeck-2.1.2-wip
Diffstat (limited to 'docs/assets/css/bootstrap.css')
-rw-r--r--docs/assets/css/bootstrap.css55
1 files changed, 48 insertions, 7 deletions
diff --git a/docs/assets/css/bootstrap.css b/docs/assets/css/bootstrap.css
index 22ba91b45..2cba1da9e 100644
--- a/docs/assets/css/bootstrap.css
+++ b/docs/assets/css/bootstrap.css
@@ -4759,11 +4759,6 @@ input[type="submit"].btn.btn-mini {
color: #999999;
}
-.pagination {
- height: 40px;
- margin: 20px 0;
-}
-
.pagination ul {
display: inline-block;
*display: inline;
@@ -4785,8 +4780,6 @@ input[type="submit"].btn.btn-mini {
.pagination ul > li > a,
.pagination ul > li > span {
float: left;
- padding: 0 14px;
- line-height: 38px;
text-decoration: none;
background-color: #ffffff;
border: 1px solid #dddddd;
@@ -4836,6 +4829,54 @@ input[type="submit"].btn.btn-mini {
text-align: right;
}
+.pagination {
+ height: 30px;
+ margin: 17px 0;
+ font-size: 14px;
+}
+
+.pagination ul > li > a,
+.pagination ul > li > span {
+ padding: 0 12px;
+ line-height: 28px;
+}
+
+.pagination-large {
+ height: 38px;
+ margin: 20px 0;
+ font-size: 16px;
+}
+
+.pagination-large ul > li > a,
+.pagination-large ul > li > span {
+ padding: 0 15px;
+ line-height: 36px;
+}
+
+.pagination-small {
+ height: 26px;
+ margin: 15px 0;
+ font-size: 12px;
+}
+
+.pagination-small ul > li > a,
+.pagination-small ul > li > span {
+ padding: 0 10px;
+ line-height: 22px;
+}
+
+.pagination-mini {
+ height: 23px;
+ margin: 10px 0;
+ font-size: 11px;
+}
+
+.pagination-mini ul > li > a,
+.pagination-mini ul > li > span {
+ padding: 0 8px;
+ line-height: 21px;
+}
+
.pager {
margin: 20px 0;
text-align: center;