Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/twbs/bootstrap.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChris Rebert <code@rebertia.com>2013-08-04 08:39:57 +0400
committerChris Rebert <code@rebertia.com>2013-08-04 08:39:57 +0400
commit23ef8c0c209844dd8b92d2a5ac82daffa7bd2914 (patch)
treecc888bd30f8c753c45c122ea8e7ececbc55bde37 /less/pagination.less
parent30a01e0a3321426d581e63c97e21c2141357b631 (diff)
Greater standardization of sizing terminology
In class names: * large => lg * small => sm * mini => xs ("Extra small") In screen size categories: * Tiny => Extra small
Diffstat (limited to 'less/pagination.less')
-rw-r--r--less/pagination.less4
1 files changed, 2 insertions, 2 deletions
diff --git a/less/pagination.less b/less/pagination.less
index 3441106c94..65679beff4 100644
--- a/less/pagination.less
+++ b/less/pagination.less
@@ -62,7 +62,7 @@
// --------------------------------------------------
// Large
-.pagination-large {
+.pagination-lg {
> li {
> a,
> span {
@@ -85,7 +85,7 @@
}
// Small
-.pagination-small {
+.pagination-sm {
> li {
> a,
> span {