Mercurial > wikked
comparison static/bootstrap/less/type.less @ 88:a5a3d454eac9
Updated Bootstrap.
author | Ludovic Chabant <ludovic@chabant.com> |
---|---|
date | Fri, 05 Apr 2013 08:08:12 -0700 |
parents | 130eccd396d8 |
children | d29e2f337b00 |
comparison
equal
deleted
inserted
replaced
87:c0cf67362fb1 | 88:a5a3d454eac9 |
---|---|
27 em { font-style: italic; } | 27 em { font-style: italic; } |
28 cite { font-style: normal; } | 28 cite { font-style: normal; } |
29 | 29 |
30 // Utility classes | 30 // Utility classes |
31 .muted { color: @grayLight; } | 31 .muted { color: @grayLight; } |
32 a.muted:hover { color: darken(@grayLight, 10%); } | 32 a.muted:hover, |
33 a.muted:focus { color: darken(@grayLight, 10%); } | |
33 | 34 |
34 .text-warning { color: @warningText; } | 35 .text-warning { color: @warningText; } |
35 a.text-warning:hover { color: darken(@warningText, 10%); } | 36 a.text-warning:hover, |
37 a.text-warning:focus { color: darken(@warningText, 10%); } | |
36 | 38 |
37 .text-error { color: @errorText; } | 39 .text-error { color: @errorText; } |
38 a.text-error:hover { color: darken(@errorText, 10%); } | 40 a.text-error:hover, |
41 a.text-error:focus { color: darken(@errorText, 10%); } | |
39 | 42 |
40 .text-info { color: @infoText; } | 43 .text-info { color: @infoText; } |
41 a.text-info:hover { color: darken(@infoText, 10%); } | 44 a.text-info:hover, |
45 a.text-info:focus { color: darken(@infoText, 10%); } | |
42 | 46 |
43 .text-success { color: @successText; } | 47 .text-success { color: @successText; } |
44 a.text-success:hover { color: darken(@successText, 10%); } | 48 a.text-success:hover, |
49 a.text-success:focus { color: darken(@successText, 10%); } | |
50 | |
51 .text-left { text-align: left; } | |
52 .text-right { text-align: right; } | |
53 .text-center { text-align: center; } | |
45 | 54 |
46 | 55 |
47 // Headings | 56 // Headings |
48 // ------------------------- | 57 // ------------------------- |
49 | 58 |
117 // Single-line list items | 126 // Single-line list items |
118 ul.inline, | 127 ul.inline, |
119 ol.inline { | 128 ol.inline { |
120 margin-left: 0; | 129 margin-left: 0; |
121 list-style: none; | 130 list-style: none; |
122 & > li { | 131 > li { |
123 display: inline-block; | 132 display: inline-block; |
133 .ie7-inline-block(); | |
124 padding-left: 5px; | 134 padding-left: 5px; |
125 padding-right: 5px; | 135 padding-right: 5px; |
126 } | 136 } |
127 } | 137 } |
128 | 138 |
183 padding: 0 0 0 15px; | 193 padding: 0 0 0 15px; |
184 margin: 0 0 @baseLineHeight; | 194 margin: 0 0 @baseLineHeight; |
185 border-left: 5px solid @grayLighter; | 195 border-left: 5px solid @grayLighter; |
186 p { | 196 p { |
187 margin-bottom: 0; | 197 margin-bottom: 0; |
188 #font > .shorthand(16px,300,@baseLineHeight * 1.25); | 198 font-size: @baseFontSize * 1.25; |
199 font-weight: 300; | |
200 line-height: 1.25; | |
189 } | 201 } |
190 small { | 202 small { |
191 display: block; | 203 display: block; |
192 line-height: @baseLineHeight; | 204 line-height: @baseLineHeight; |
193 color: @grayLight; | 205 color: @grayLight; |