mirror of
https://github.com/twbs/bootstrap.git
synced 2024-12-13 01:08:58 +01:00
fb5a1c6b29
Otherwise the comments are actually output to the CSS.
19 lines
247 B
Plaintext
19 lines
247 B
Plaintext
// stylelint-disable selector-max-id
|
|
|
|
#skippy {
|
|
display: block;
|
|
padding: 1em;
|
|
color: #fff;
|
|
background-color: #6f5499;
|
|
outline: 0;
|
|
}
|
|
|
|
#skippy .skiplink-text {
|
|
padding: .5em;
|
|
outline: 1px dotted;
|
|
}
|
|
|
|
#content:focus {
|
|
outline: none;
|
|
}
|