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
997fc33a
Commit
997fc33a
authored
Jan 27, 2012
by
Mark Otto
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
clean up use of mixins to highlight them appropriately in your fav editor
parent
d9759abe
Changes
6
Hide whitespace changes
Inline
Side-by-side
Showing
6 changed files
with
8 additions
and
8 deletions
+8
-8
docs/assets/css/bootstrap.css
docs/assets/css/bootstrap.css
+2
-2
less/button-groups.less
less/button-groups.less
+2
-2
less/buttons.less
less/buttons.less
+1
-1
less/forms.less
less/forms.less
+1
-1
less/navbar.less
less/navbar.less
+1
-1
less/sprites.less
less/sprites.less
+1
-1
No files found.
docs/assets/css/bootstrap.css
View file @
997fc33a
...
@@ -6,7 +6,7 @@
...
@@ -6,7 +6,7 @@
* http://www.apache.org/licenses/LICENSE-2.0
* http://www.apache.org/licenses/LICENSE-2.0
*
*
* Designed and built with all the love in the world @twitter by @mdo and @fat.
* Designed and built with all the love in the world @twitter by @mdo and @fat.
* Date: Fri Jan 27 16:3
5:26
PST 2012
* Date: Fri Jan 27 16:3
9:57
PST 2012
*/
*/
article
,
article
,
aside
,
aside
,
...
@@ -1944,7 +1944,7 @@ table .span12 {
...
@@ -1944,7 +1944,7 @@ table .span12 {
line-height
:
1
;
line-height
:
1
;
color
:
#ffffff
;
color
:
#ffffff
;
color
:
rgba
(
255
,
255
,
255
,
0.75
);
color
:
rgba
(
255
,
255
,
255
,
0.75
);
background
:
#6
a6a6a
;
background
:
#6
66
;
background
:
rgba
(
255
,
255
,
255
,
0.3
);
background
:
rgba
(
255
,
255
,
255
,
0.3
);
border
:
1px
solid
#111
;
border
:
1px
solid
#111
;
-webkit-box-shadow
:
inset
0
1px
2px
rgba
(
0
,
0
,
0
,
0.1
),
0
1px
0px
rgba
(
255
,
255
,
255
,
0.15
);
-webkit-box-shadow
:
inset
0
1px
2px
rgba
(
0
,
0
,
0
,
0.1
),
0
1px
0px
rgba
(
255
,
255
,
255
,
0.15
);
...
...
less/button-groups.less
View file @
997fc33a
...
@@ -6,7 +6,7 @@
...
@@ -6,7 +6,7 @@
.btn-group {
.btn-group {
position: relative;
position: relative;
.clearfix(); // clears the floated buttons
.clearfix(); // clears the floated buttons
.ie7-restore-left-whitespace;
.ie7-restore-left-whitespace
()
;
}
}
// Space out series of button groups
// Space out series of button groups
...
@@ -18,7 +18,7 @@
...
@@ -18,7 +18,7 @@
.btn-toolbar {
.btn-toolbar {
.btn-group {
.btn-group {
display: inline-block;
display: inline-block;
.ie7-inline-block;
.ie7-inline-block
()
;
}
}
}
}
...
...
less/buttons.less
View file @
997fc33a
...
@@ -55,7 +55,7 @@
...
@@ -55,7 +55,7 @@
.box-shadow(@shadow);
.box-shadow(@shadow);
cursor: pointer;
cursor: pointer;
.ie7-restore-left-whitespace;
.ie7-restore-left-whitespace
()
;
&:hover {
&:hover {
color: @grayDark;
color: @grayDark;
...
...
less/forms.less
View file @
997fc33a
...
@@ -377,7 +377,7 @@ select:focus:required:invalid {
...
@@ -377,7 +377,7 @@ select:focus:required:invalid {
.help-inline {
.help-inline {
display: inline-block;
display: inline-block;
.ie7-inline-block;
.ie7-inline-block
()
;
margin-bottom: 9px;
margin-bottom: 9px;
vertical-align: middle;
vertical-align: middle;
padding-left: 5px;
padding-left: 5px;
...
...
less/navbar.less
View file @
997fc33a
...
@@ -76,7 +76,7 @@
...
@@ -76,7 +76,7 @@
#font > .sans-serif(13px, normal, 1);
#font > .sans-serif(13px, normal, 1);
color: @white;
color: @white;
color: rgba(255,255,255,.75);
color: rgba(255,255,255,.75);
background: #6
a6a6a
;
background: #6
66
;
background: rgba(255,255,255,.3);
background: rgba(255,255,255,.3);
border: 1px solid #111;
border: 1px solid #111;
@shadow: inset 0 1px 2px rgba(0,0,0,.1), 0 1px 0px rgba(255,255,255,.15);
@shadow: inset 0 1px 2px rgba(0,0,0,.1), 0 1px 0px rgba(255,255,255,.15);
...
...
less/sprites.less
View file @
997fc33a
...
@@ -22,7 +22,7 @@
...
@@ -22,7 +22,7 @@
width: 14px;
width: 14px;
height: 14px;
height: 14px;
.ie7-restore-right-whitespace;
.ie7-restore-right-whitespace
()
;
}
}
.icon.white {
.icon.white {
background-image: url(../img/glyphicons-halflings-white.png);
background-image: url(../img/glyphicons-halflings-white.png);
...
...
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