]> git.ipfire.org Git - thirdparty/bootstrap.git/commitdiff
make CSSLint happier; refs #12094 12116/head
authorChris Rebert <code@rebertia.com>
Mon, 6 Jan 2014 05:28:52 +0000 (21:28 -0800)
committerChris Rebert <code@rebertia.com>
Mon, 6 Jan 2014 05:29:26 +0000 (21:29 -0800)
docs/assets/css/docs.css
less/.csslintrc

index 58e6fa64ad0900d3b29ce7bb3d50026acf722f7d..fdbca1818063854b13883cc9ceef52f822244014 100644 (file)
@@ -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 */
index 8cf2f846dfd5d50d797a23c512ce2f544aa0f53e..005b86236c7fd8df9be6d8f06371ed0ce22e2840 100644 (file)
@@ -11,6 +11,7 @@
   "outline-none": false,
   "qualified-headings": false,
   "regex-selectors": false,
+  "shorthand": false,
   "text-indent": false,
   "unique-headings": false,
   "universal-selector": false,