Skip to content
GitLab
Explore
Projects
Groups
Snippets
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
Bootstrap
bootstrap
Commits
9fa2c95d
Commit
9fa2c95d
authored
11 years ago
by
Chris Rebert
Browse files
Options
Download
Email Patches
Plain Diff
make CSSLint happier; refs
#12094
parent
938bc12c
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
docs/assets/css/docs.css
+3
-0
docs/assets/css/docs.css
less/.csslintrc
+1
-0
less/.csslintrc
with
4 additions
and
0 deletions
+4
-0
docs/assets/css/docs.css
+
3
-
0
View file @
9fa2c95d
/*csslint ids: false, overqualified-elements: false*/
/*!
/*!
* Copyright 2013 Twitter, Inc.
* Copyright 2013 Twitter, Inc.
*
*
...
@@ -1095,6 +1096,7 @@ h1[id] {
...
@@ -1095,6 +1096,7 @@ h1[id] {
word-wrap
:
break-word
;
/* Help out IE10+ with class names */
word-wrap
:
break-word
;
/* Help out IE10+ with class names */
}
}
.bs-glyphicons
li
:hover
{
.bs-glyphicons
li
:hover
{
background-color
:
rgb
(
86
,
61
,
124
);
background-color
:
rgba
(
86
,
61
,
124
,
.1
);
background-color
:
rgba
(
86
,
61
,
124
,
.1
);
}
}
...
@@ -1217,6 +1219,7 @@ h1[id] {
...
@@ -1217,6 +1219,7 @@ h1[id] {
/* Pseudo :focus state for showing how it looks in the docs */
/* Pseudo :focus state for showing how it looks in the docs */
#focusedInput
{
#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
);
border-color
:
rgba
(
82
,
168
,
236
,
.8
);
outline
:
0
;
outline
:
0
;
outline
:
thin
dotted
\
9
;
/* IE6-9 */
outline
:
thin
dotted
\
9
;
/* IE6-9 */
...
...
This diff is collapsed.
Click to expand it.
less/.csslintrc
+
1
-
0
View file @
9fa2c95d
...
@@ -11,6 +11,7 @@
...
@@ -11,6 +11,7 @@
"outline-none": false,
"outline-none": false,
"qualified-headings": false,
"qualified-headings": false,
"regex-selectors": false,
"regex-selectors": false,
"shorthand": false,
"text-indent": false,
"text-indent": false,
"unique-headings": false,
"unique-headings": false,
"universal-selector": false,
"universal-selector": false,
...
...
This diff is collapsed.
Click to expand it.
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment
Menu
Explore
Projects
Groups
Snippets