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
b327420e
Commit
b327420e
authored
13 years ago
by
Mark Otto
Browse files
Options
Download
Email Patches
Plain Diff
update comment to reflect ie support
parent
158419c0
No related merge requests found
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
docs/assets/bootstrap.zip
+0
-0
docs/assets/bootstrap.zip
docs/assets/css/bootstrap.css
+1
-1
docs/assets/css/bootstrap.css
less/forms.less
+1
-1
less/forms.less
with
2 additions
and
2 deletions
+2
-2
docs/assets/bootstrap.zip
+
0
-
0
View file @
b327420e
No preview for this file type
This diff is collapsed.
Click to expand it.
docs/assets/css/bootstrap.css
+
1
-
1
View file @
b327420e
...
...
@@ -660,7 +660,7 @@ input:focus, textarea:focus {
box-shadow
:
inset
0
1px
1px
rgba
(
0
,
0
,
0
,
0.075
),
0
0
8px
rgba
(
82
,
168
,
236
,
0.6
);
outline
:
0
;
outline
:
thin
dotted
\
9
;
/* IE6-
8
*/
/* IE6-
9
*/
}
input
[
type
=
"file"
]
:focus
,
...
...
This diff is collapsed.
Click to expand it.
less/forms.less
+
1
-
1
View file @
b327420e
...
...
@@ -207,7 +207,7 @@ textarea:focus {
@shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(82,168,236,.6);
.box-shadow(@shadow);
outline: 0;
outline: thin dotted \9; /* IE6-
8
*/
outline: thin dotted \9; /* IE6-
9
*/
}
input[type="file"]:focus,
input[type="radio"]:focus,
...
...
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