diff options
| author | Jon Stevens <[email protected]> | 2012-01-21 15:24:06 -0800 |
|---|---|---|
| committer | Jon Stevens <[email protected]> | 2012-01-21 15:24:06 -0800 |
| commit | e0238bfb08b67c089c1c609e9e68e5252e0ba992 (patch) | |
| tree | 0fed4e64903b7948cfef3e6d440267b1ce2dc4b2 /lib/type.less | |
| parent | 719713ca8730d92d3510e6d4a7cc542fd57fdeef (diff) | |
| download | bootstrap-e0238bfb08b67c089c1c609e9e68e5252e0ba992.tar.xz bootstrap-e0238bfb08b67c089c1c609e9e68e5252e0ba992.zip | |
clean up variable usage with colors
Diffstat (limited to 'lib/type.less')
| -rw-r--r-- | lib/type.less | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/lib/type.less b/lib/type.less index 707d2215d..a94a4956e 100644 --- a/lib/type.less +++ b/lib/type.less @@ -119,7 +119,7 @@ hr { margin: @baseLineHeight 0; border: 0; border-top: 1px solid #e5e5e5; - border-bottom: 1px solid #fff; + border-bottom: 1px solid @white; } // Emphasis @@ -148,7 +148,7 @@ abbr { blockquote { padding-left: 15px; margin-bottom: @baseLineHeight; - border-left: 5px solid #eee; + border-left: 5px solid @grayLighter; p { margin-bottom: 0; #font > .shorthand(16px,300,@baseLineHeight * 1.25); @@ -168,7 +168,7 @@ blockquote { padding-left: 0; padding-right: 15px; border-left: 0; - border-right: 5px solid #eee; + border-right: 5px solid @grayLighter; p, small { text-align: right; |
