diff options
| author | Jacob Thornton <[email protected]> | 2011-06-29 15:40:52 -0700 |
|---|---|---|
| committer | Jacob Thornton <[email protected]> | 2011-06-29 15:40:52 -0700 |
| commit | e72283ccafaf37996ee44f26fca1e44f1501f53e (patch) | |
| tree | f08583baf0e16f1ff3dc145a5bfc43f35cb07681 /lib/type.less | |
| parent | e0b09867c23b421153f10235ec64d484bac6323d (diff) | |
| download | bootstrap-e72283ccafaf37996ee44f26fca1e44f1501f53e.tar.xz bootstrap-e72283ccafaf37996ee44f26fca1e44f1501f53e.zip | |
fix comments up for non minified built file
Diffstat (limited to 'lib/type.less')
| -rw-r--r-- | lib/type.less | 23 |
1 files changed, 10 insertions, 13 deletions
diff --git a/lib/type.less b/lib/type.less index 99628f281..e19c51ab9 100644 --- a/lib/type.less +++ b/lib/type.less @@ -1,11 +1,10 @@ -/* - * Typography.less +/* Typography.less * Headings, body text, lists, code, and more for a versatile and durable typography system - */ + * ---------------------------------------------------------------------------------------- */ -/* Body text --------------------------------------------------- */ +// Body text +// --------- p { #font > .shorthand(normal,@basefont,@baseline); @@ -16,9 +15,8 @@ p { } } - -/* Headings --------------------------------------------------- */ +// Headings +// -------- h1, h2, h3, h4, h5, h6 { font-weight: 500; @@ -68,8 +66,8 @@ h6 { -/* Colors --------------------------------------------------- */ +// Colors +// ------ // Unordered and Ordered lists ul, ol { @@ -110,9 +108,8 @@ dl { } } - -/* Misc --------------------------------------------------- */ +// Misc +// ---- // Horizontal rules hr { |
