diff options
| author | Mark Otto <[email protected]> | 2011-06-29 17:11:02 -0700 |
|---|---|---|
| committer | Mark Otto <[email protected]> | 2011-06-29 17:11:02 -0700 |
| commit | cddc565d07fed42576a55111ea60ce1b6ff5bbd9 (patch) | |
| tree | 11090e61e72cd760f638701814955b315e0337e6 /lib/type.less | |
| parent | f47b5765743dc7001b3f7d22ed2e8e2b3d9545a3 (diff) | |
| parent | 1561b20f7c0aae9adb40585ab01a9539bd23f01a (diff) | |
| download | bootstrap-cddc565d07fed42576a55111ea60ce1b6ff5bbd9.tar.xz bootstrap-cddc565d07fed42576a55111ea60ce1b6ff5bbd9.zip | |
Merge branch 'master' of http://git.local.twitter.com/bootstrap
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 22eb47780..cc18bff60 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: bold; @@ -68,8 +66,8 @@ h6 { -/* Colors --------------------------------------------------- */ +// Colors +// ------ // Unordered and Ordered lists ul, ol { @@ -110,9 +108,8 @@ dl { } } - -/* Misc --------------------------------------------------- */ +// Misc +// ---- // Horizontal rules hr { |
