diff options
| author | Chris Rebert <[email protected]> | 2014-04-26 18:41:25 -0700 |
|---|---|---|
| committer | Chris Rebert <[email protected]> | 2014-04-26 18:41:25 -0700 |
| commit | d66a15154efbe3ee239846f93c60189bac5808e3 (patch) | |
| tree | 5d17bd51eed67d725546334440be26876eef5b6f /less/type.less | |
| parent | 05d4932cadbcf5a7148f26483142cf347354a2d4 (diff) | |
| parent | 5ea66ba3b00659779dcdc4dae05e38cfe7a0da77 (diff) | |
| download | bootstrap-d66a15154efbe3ee239846f93c60189bac5808e3.tar.xz bootstrap-d66a15154efbe3ee239846f93c60189bac5808e3.zip | |
Merge pull request #13439 from nschonni/spacing-fixes
Minor Spacing fixes
Diffstat (limited to 'less/type.less')
| -rw-r--r-- | less/type.less | 8 |
1 files changed, 6 insertions, 2 deletions
diff --git a/less/type.less b/less/type.less index 91298f1c0..83455e828 100644 --- a/less/type.less +++ b/less/type.less @@ -76,10 +76,14 @@ p { // Ex: 14px base font * 85% = about 12px small, -.small { font-size: 85%; } +.small { + font-size: 85%; +} // Undo browser default styling -cite { font-style: normal; } +cite { + font-style: normal; +} mark, .mark { |
