diff options
| author | Mark Otto <[email protected]> | 2011-08-20 18:58:12 -0700 |
|---|---|---|
| committer | Mark Otto <[email protected]> | 2011-08-20 18:58:12 -0700 |
| commit | 72899a4ee8f9c3b75ba5e015d6c88f5154705c62 (patch) | |
| tree | 50011d3c606f5acf755f7eddcdb3e2261016b95f /lib/type.less | |
| parent | 261a473a72b321b827e3e4cf55167a761af1916b (diff) | |
| download | bootstrap-72899a4ee8f9c3b75ba5e015d6c88f5154705c62.tar.xz bootstrap-72899a4ee8f9c3b75ba5e015d6c88f5154705c62.zip | |
updated docs to fix inconsistent display of code elements, update scaffolding to fix padding issue on fluid containers, add placeholder hero unit in patterns for future use, continue to refactor some rgba to hex values
Diffstat (limited to 'lib/type.less')
| -rw-r--r-- | lib/type.less | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/type.less b/lib/type.less index 96a2310b1..1091d149b 100644 --- a/lib/type.less +++ b/lib/type.less @@ -10,7 +10,7 @@ p { #font > .shorthand(normal,@basefont,@baseline); margin-bottom: @baseline / 2; small { - font-size: 11px; + font-size: @basefont - 2; color: @grayLight; } } |
