diff options
| author | Mark Otto <[email protected]> | 2012-01-12 10:19:07 -0800 |
|---|---|---|
| committer | Mark Otto <[email protected]> | 2012-01-12 10:19:07 -0800 |
| commit | 5e3c21133430112bf8361827dc7a6a29f3f56c72 (patch) | |
| tree | 5ba07bc2c9eedcd3ecd0446de7a23e324e8f2057 /lib | |
| parent | 620d987f9f4a6e5d7bcf270159aea10e01d32a35 (diff) | |
| download | bootstrap-5e3c21133430112bf8361827dc7a6a29f3f56c72.tar.xz bootstrap-5e3c21133430112bf8361827dc7a6a29f3f56c72.zip | |
fix type shorthand in blockquote
Diffstat (limited to 'lib')
| -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 84130f3fa..73462b38a 100644 --- a/lib/type.less +++ b/lib/type.less @@ -151,7 +151,7 @@ blockquote { border-left: 5px solid #eee; p { margin-bottom: 0; - #font > .shorthand(300,16px,@baseLineHeight * 1.25); + #font > .shorthand(16px,300,@baseLineHeight * 1.25); } small { display: block; |
