diff options
| author | Chris Rebert <[email protected]> | 2014-01-05 23:44:17 -0800 |
|---|---|---|
| committer | Chris Rebert <[email protected]> | 2014-01-05 23:44:17 -0800 |
| commit | bbe5041cbf7b4b03490820a4c1b2cb8579c85eab (patch) | |
| tree | e9d74a8c99e40672b379f8d0c3f1c3bd155cff81 /docs/assets/css | |
| parent | 5b7f508c606cb5556b791f355c6a874db09baa4b (diff) | |
| parent | 9fa2c95d78bf3cf17a8474bd04b5cf0b1e7b9d4c (diff) | |
| download | bootstrap-bbe5041cbf7b4b03490820a4c1b2cb8579c85eab.tar.xz bootstrap-bbe5041cbf7b4b03490820a4c1b2cb8579c85eab.zip | |
Merge pull request #12116 from twbs/pacify-csslint
make CSSLint happier
Diffstat (limited to 'docs/assets/css')
| -rw-r--r-- | docs/assets/css/docs.css | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/docs/assets/css/docs.css b/docs/assets/css/docs.css index 58e6fa64a..fdbca1818 100644 --- a/docs/assets/css/docs.css +++ b/docs/assets/css/docs.css @@ -1,3 +1,4 @@ +/*csslint ids: false, overqualified-elements: false*/ /*! * Copyright 2013 Twitter, Inc. * @@ -1095,6 +1096,7 @@ h1[id] { word-wrap: break-word; /* Help out IE10+ with class names */ } .bs-glyphicons li:hover { + background-color: rgb(86,61,124); background-color: rgba(86,61,124,.1); } @@ -1217,6 +1219,7 @@ h1[id] { /* Pseudo :focus state for showing how it looks in the docs */ #focusedInput { + border-color: rgb(204,204,204); /* Restate unfocused value to make CSSLint happy that there's a pre-CSS3 fallback*/ border-color: rgba(82,168,236,.8); outline: 0; outline: thin dotted \9; /* IE6-9 */ |
