2
0
mirror of https://github.com/tenrok/bootstrap.git synced 2026-05-15 11:59:39 +03:00

let's reuse color variables, instead of hardcoding colors.

This commit is contained in:
Allen Bargi
2012-04-26 17:38:47 +03:00
parent b261f9781b
commit ab178060be
+1 -1
View 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%;