2
0
mirror of https://github.com/tenrok/bootstrap.git synced 2026-06-02 16:04:07 +03:00

Minor Spacing fixes

Flagged upstream in bootstrap-sass by scss-lint
This commit is contained in:
Nick Schonning
2014-04-26 02:30:50 -04:00
parent 05d4932cad
commit 5ea66ba3b0
5 changed files with 17 additions and 7 deletions
+6 -2
View File
@@ -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 {