From: Allen Bargi Date: Thu, 26 Apr 2012 14:38:47 +0000 (+0300) Subject: let's reuse color variables, instead of hardcoding colors. X-Git-Tag: v2.0.4~1^2~41^2 X-Git-Url: http://git.ipfire.org/gitweb/gitweb.cgi?a=commitdiff_plain;h=refs%2Fpull%2F3243%2Fhead;p=thirdparty%2Fbootstrap.git let's reuse color variables, instead of hardcoding colors. --- diff --git a/less/type.less b/less/type.less index 0d56219340..61aa624a74 100644 --- a/less/type.less +++ b/less/type.less @@ -171,7 +171,7 @@ em { // Abbreviations and acronyms abbr[title] { cursor: help; - border-bottom: 1px dotted #ddd; + border-bottom: 1px dotted @grayLight; } abbr.initialism { font-size: 90%;