diff options
| author | Allen Bargi <[email protected]> | 2012-04-26 17:38:47 +0300 |
|---|---|---|
| committer | Allen Bargi <[email protected]> | 2012-04-26 17:38:47 +0300 |
| commit | ab178060be19a60f52dc548d4cfd505c1e30ace5 (patch) | |
| tree | 7b30cdcc249152358a76995cdca07e51c1405b45 /less | |
| parent | b261f9781bbf31f499cb55c49451dc0c0ad43062 (diff) | |
| download | bootstrap-ab178060be19a60f52dc548d4cfd505c1e30ace5.tar.xz bootstrap-ab178060be19a60f52dc548d4cfd505c1e30ace5.zip | |
let's reuse color variables, instead of hardcoding colors.
Diffstat (limited to 'less')
| -rw-r--r-- | less/type.less | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/less/type.less b/less/type.less index 0d5621934..61aa624a7 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%; |
