2
0
mirror of https://github.com/tenrok/bootstrap.git synced 2026-06-08 17:22:31 +03:00

Reorganize v3 docs CSS to use Less

This commit is contained in:
Mark Otto
2017-07-02 15:09:46 -07:00
parent 7e2741eb10
commit 4f4592c225
35 changed files with 2687 additions and 1119 deletions
+23
View File
@@ -0,0 +1,23 @@
/*
* Fancy skip link
*
* Make it look a bit less "bare bones"
* Also includes focus suppression for the Chrome tabindex="-1" workaround
*/
#skippy {
display: block;
padding: 1em;
color: #fff;
background-color: #6f5499;
outline: 0;
}
#skippy .skiplink-text {
padding: .5em;
outline: 1px dotted;
}
#content:focus {
outline: none;
}