diff options
| author | Mark Otto <[email protected]> | 2011-08-17 22:26:25 -0700 |
|---|---|---|
| committer | Mark Otto <[email protected]> | 2011-08-17 22:26:25 -0700 |
| commit | 68007404a87e5f40de85896f6d935fde469a032c (patch) | |
| tree | fe3ef581e30132af1f9a302118443fca71b10a3c /lib/type.less | |
| parent | 5c687ee393945762403bbea8e7e86a618e474ac6 (diff) | |
| parent | 07837a1c47321e97dde4a816cb2cd246724e7481 (diff) | |
| download | bootstrap-68007404a87e5f40de85896f6d935fde469a032c.tar.xz bootstrap-68007404a87e5f40de85896f6d935fde469a032c.zip | |
Merge branch 'master' of http://git.local.twitter.com/bootstrap
Diffstat (limited to 'lib/type.less')
| -rw-r--r-- | lib/type.less | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/lib/type.less b/lib/type.less index 2f2bcac42..7d6b39259 100644 --- a/lib/type.less +++ b/lib/type.less @@ -3,7 +3,7 @@ * ---------------------------------------------------------------------------------------- */ -// Body text +// BODY TEXT // --------- p { @@ -15,7 +15,8 @@ p { } } -// Headings + +// HEADINGS // -------- h1, h2, h3, h4, h5, h6 { @@ -65,8 +66,7 @@ h6 { } - -// Colors +// COLORS // ------ // Unordered and Ordered lists @@ -108,7 +108,7 @@ dl { } } -// Misc +// MISC // ---- // Horizontal rules |
