mirror of
https://github.com/twbs/bootstrap.git
synced 2025-02-17 14:54:30 +01:00
let's reuse color variables, instead of hardcoding colors.
This commit is contained in:
parent
b261f9781b
commit
ab178060be
@ -171,7 +171,7 @@ em {
|
|||||||
// Abbreviations and acronyms
|
// Abbreviations and acronyms
|
||||||
abbr[title] {
|
abbr[title] {
|
||||||
cursor: help;
|
cursor: help;
|
||||||
border-bottom: 1px dotted #ddd;
|
border-bottom: 1px dotted @grayLight;
|
||||||
}
|
}
|
||||||
abbr.initialism {
|
abbr.initialism {
|
||||||
font-size: 90%;
|
font-size: 90%;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user