3 // --------------------------------------------------
7 // -------------------------
10 margin: 0 0 @baseLineHeight / 2;
13 margin-bottom: @baseLineHeight;
14 font-size: @baseFontSize * 1.5;
16 line-height: @baseLineHeight * 1.5;
21 // -------------------------
23 // Ex: 14px base font * 85% = about 12px
24 small { font-size: 85%; }
26 strong { font-weight: bold; }
27 em { font-style: italic; }
28 cite { font-style: normal; }
31 .muted { color: @grayLight; }
33 a.muted:focus { color: darken(@grayLight, 10%); }
35 .text-warning { color: @warningText; }
37 a.text-warning:focus { color: darken(@warningText, 10%); }
39 .text-error { color: @errorText; }
41 a.text-error:focus { color: darken(@errorText, 10%); }
43 .text-info { color: @infoText; }
45 a.text-info:focus { color: darken(@infoText, 10%); }
47 .text-success { color: @successText; }
49 a.text-success:focus { color: darken(@successText, 10%); }
51 .text-left { text-align: left; }
52 .text-right { text-align: right; }
53 .text-center { text-align: center; }
57 // -------------------------
59 h1, h2, h3, h4, h5, h6 {
60 margin: (@baseLineHeight / 2) 0;
61 font-family: @headingsFontFamily;
62 font-weight: @headingsFontWeight;
63 line-height: @baseLineHeight;
64 color: @headingsColor;
65 text-rendering: optimizelegibility; // Fix the character spacing for headings
75 h3 { line-height: @baseLineHeight * 2; }
77 h1 { font-size: @baseFontSize * 2.75; } // ~38px
78 h2 { font-size: @baseFontSize * 2.25; } // ~32px
79 h3 { font-size: @baseFontSize * 1.75; } // ~24px
80 h4 { font-size: @baseFontSize * 1.25; } // ~18px
81 h5 { font-size: @baseFontSize; }
82 h6 { font-size: @baseFontSize * 0.85; } // ~12px
84 h1 small { font-size: @baseFontSize * 1.75; } // ~24px
85 h2 small { font-size: @baseFontSize * 1.25; } // ~18px
86 h3 small { font-size: @baseFontSize; }
87 h4 small { font-size: @baseFontSize; }
91 // -------------------------
94 padding-bottom: (@baseLineHeight / 2) - 1;
95 margin: @baseLineHeight 0 (@baseLineHeight * 1.5);
96 border-bottom: 1px solid @grayLighter;
102 // --------------------------------------------------
104 // Unordered and Ordered lists
107 margin: 0 0 @baseLineHeight / 2 25px;
116 line-height: @baseLineHeight;
119 // Remove default list styles
126 // Single-line list items
132 display: inline-block;
141 margin-bottom: @baseLineHeight;
145 line-height: @baseLineHeight;
151 margin-left: @baseLineHeight / 2;
153 // Horizontal layout (like forms)
155 .clearfix(); // Ensure dl clears floats if empty dd elements present
158 width: @horizontalComponentOffset - 20;
164 margin-left: @horizontalComponentOffset;
173 margin: @baseLineHeight 0;
175 border-top: 1px solid @hrBorder;
176 border-bottom: 1px solid @white;
179 // Abbreviations and acronyms
181 // Added data-* attribute to help out our tooltip plugin, per https://github.com/twitter/bootstrap/issues/5257
182 abbr[data-original-title] {
184 border-bottom: 1px dotted @grayLight;
188 text-transform: uppercase;
194 margin: 0 0 @baseLineHeight;
195 border-left: 5px solid @grayLighter;
198 font-size: @baseFontSize * 1.25;
204 line-height: @baseLineHeight;
207 content: '\2014 \00A0';
211 // Float right with text-align: right
216 border-right: 5px solid @grayLighter;
227 content: '\00A0 \2014';
244 margin-bottom: @baseLineHeight;
246 line-height: @baseLineHeight;