]> git.ipfire.org Git - thirdparty/bootstrap.git/commitdiff
Revert "Drop the $small-font-size variable for the newer $font-size-sm one" 20918/head
authorMark Otto <markd.otto@gmail.com>
Mon, 17 Oct 2016 01:49:55 +0000 (18:49 -0700)
committerGitHub <noreply@github.com>
Mon, 17 Oct 2016 01:49:55 +0000 (18:49 -0700)
scss/_type.scss
scss/_variables.scss

index e0be5193c0dd09cd0313e1a6344e5fc97d9b3bb4..ff7114074db490c1eb5007a1cdda977884d58a54 100644 (file)
@@ -60,7 +60,7 @@ hr {
 
 small,
 .small {
-  font-size: $font-size-sm;
+  font-size: $small-font-size;
   font-weight: normal;
 }
 
index ed0dee39fd0b42bfa42e458ce07a552a170c0d68..c1bcbdc2c0eae52274971b8ce9b5722b9d809921 100644 (file)
@@ -205,6 +205,8 @@ $headings-color:         inherit !default;
 $lead-font-size:   1.25rem !default;
 $lead-font-weight: 300 !default;
 
+$small-font-size: 80% !default;
+
 $text-muted: $gray-light !default;
 
 $abbr-border-color: $gray-light !default;