]> git.ipfire.org Git - thirdparty/bootstrap.git/commitdiff
let's reuse color variables, instead of hardcoding colors. 3243/head
authorAllen Bargi <allen.bargi@gmail.com>
Thu, 26 Apr 2012 14:38:47 +0000 (17:38 +0300)
committerAllen Bargi <allen.bargi@gmail.com>
Thu, 26 Apr 2012 14:38:47 +0000 (17:38 +0300)
less/type.less

index 0d562193406bc42d437071e0609337588e1da06b..61aa624a747dcbc0d45c6b26e218e46c05c0a737 100644 (file)
@@ -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%;