Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
B
bootstrap
Project overview
Project overview
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Administrator
bootstrap
Commits
08446563
Commit
08446563
authored
Sep 30, 2012
by
Mark Otto
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
clean up comments in reset, remove ie7 css hacks
parent
443b6052
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
2 additions
and
11 deletions
+2
-11
docs/assets/css/bootstrap.css
docs/assets/css/bootstrap.css
+0
-3
less/reset.less
less/reset.less
+2
-8
No files found.
docs/assets/css/bootstrap.css
View file @
08446563
...
...
@@ -25,8 +25,6 @@ audio,
canvas
,
video
{
display
:
inline-block
;
*
display
:
inline
;
*
zoom
:
1
;
}
audio
:not
([
controls
])
{
...
...
@@ -90,7 +88,6 @@ textarea {
button
,
input
{
*
overflow
:
visible
;
line-height
:
normal
;
}
...
...
less/reset.less
View file @
08446563
...
...
@@ -4,7 +4,7 @@
// --------------------------------------------------
//
Display in IE6-9 and FF3
//
HTML elements <IE9
// -------------------------
article,
...
...
@@ -20,15 +20,10 @@ section {
display: block;
}
// Display block in IE6-9 and FF3
// -------------------------
audio,
canvas,
video {
display: inline-block;
*display: inline;
*zoom: 1;
}
// Prevents modern browsers from displaying 'audio' without controls
...
...
@@ -106,8 +101,7 @@ textarea {
}
button,
input {
*overflow: visible; // Inner spacing ie IE6/7
line-height: normal; // FF3/4 have !important on line-height in UA stylesheet
line-height: normal;
}
button::-moz-focus-inner,
input::-moz-focus-inner { // Inner padding and border oddities in FF3/4
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a 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