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
7449e2e5
Commit
7449e2e5
authored
Dec 19, 2012
by
Mark Otto
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Remove @black and just use #000
parent
65edc9cd
Changes
5
Show whitespace changes
Inline
Side-by-side
Showing
5 changed files
with
10 additions
and
11 deletions
+10
-11
docs/assets/css/bootstrap.css
docs/assets/css/bootstrap.css
+5
-5
less/close.less
less/close.less
+2
-2
less/dropdowns.less
less/dropdowns.less
+2
-2
less/modals.less
less/modals.less
+1
-1
less/variables.less
less/variables.less
+0
-1
No files found.
docs/assets/css/bootstrap.css
View file @
7449e2e5
...
@@ -2277,7 +2277,7 @@ table th[class*="span"] {
...
@@ -2277,7 +2277,7 @@ table th[class*="span"] {
width
:
0
;
width
:
0
;
height
:
0
;
height
:
0
;
vertical-align
:
top
;
vertical-align
:
top
;
border-top
:
4px
solid
#000
000
;
border-top
:
4px
solid
#000
;
border-right
:
4px
solid
transparent
;
border-right
:
4px
solid
transparent
;
border-left
:
4px
solid
transparent
;
border-left
:
4px
solid
transparent
;
content
:
""
;
content
:
""
;
...
@@ -2388,7 +2388,7 @@ table th[class*="span"] {
...
@@ -2388,7 +2388,7 @@ table th[class*="span"] {
.dropup
.caret
,
.dropup
.caret
,
.navbar-fixed-bottom
.dropdown
.caret
{
.navbar-fixed-bottom
.dropdown
.caret
{
border-top
:
0
;
border-top
:
0
;
border-bottom
:
4px
solid
#000
000
;
border-bottom
:
4px
solid
#000
;
content
:
""
;
content
:
""
;
}
}
...
@@ -2517,14 +2517,14 @@ table th[class*="span"] {
...
@@ -2517,14 +2517,14 @@ table th[class*="span"] {
font-size
:
20px
;
font-size
:
20px
;
font-weight
:
bold
;
font-weight
:
bold
;
line-height
:
20px
;
line-height
:
20px
;
color
:
#000
000
;
color
:
#000
;
text-shadow
:
0
1px
0
#ffffff
;
text-shadow
:
0
1px
0
#ffffff
;
opacity
:
0.2
;
opacity
:
0.2
;
filter
:
alpha
(
opacity
=
20
);
filter
:
alpha
(
opacity
=
20
);
}
}
.close
:hover
{
.close
:hover
{
color
:
#000
000
;
color
:
#000
;
text-decoration
:
none
;
text-decoration
:
none
;
cursor
:
pointer
;
cursor
:
pointer
;
opacity
:
0.4
;
opacity
:
0.4
;
...
@@ -4133,7 +4133,7 @@ input[type="button"].btn-block {
...
@@ -4133,7 +4133,7 @@ input[type="button"].btn-block {
bottom
:
0
;
bottom
:
0
;
left
:
0
;
left
:
0
;
z-index
:
1040
;
z-index
:
1040
;
background-color
:
#000
000
;
background-color
:
#000
;
}
}
.modal-backdrop.fade
{
.modal-backdrop.fade
{
...
...
less/close.less
View file @
7449e2e5
...
@@ -8,11 +8,11 @@
...
@@ -8,11 +8,11 @@
font-size: 20px;
font-size: 20px;
font-weight: bold;
font-weight: bold;
line-height: @line-height-base;
line-height: @line-height-base;
color:
@black
;
color:
#000
;
text-shadow: 0 1px 0 rgba(255,255,255,1);
text-shadow: 0 1px 0 rgba(255,255,255,1);
.opacity(20);
.opacity(20);
&:hover {
&:hover {
color:
@black
;
color:
#000
;
text-decoration: none;
text-decoration: none;
cursor: pointer;
cursor: pointer;
.opacity(40);
.opacity(40);
...
...
less/dropdowns.less
View file @
7449e2e5
...
@@ -20,7 +20,7 @@
...
@@ -20,7 +20,7 @@
width: 0;
width: 0;
height: 0;
height: 0;
vertical-align: top;
vertical-align: top;
border-top: 4px solid
@black
;
border-top: 4px solid
#000
;
border-right: 4px solid transparent;
border-right: 4px solid transparent;
border-left: 4px solid transparent;
border-left: 4px solid transparent;
content: "";
content: "";
...
@@ -135,7 +135,7 @@
...
@@ -135,7 +135,7 @@
// Reverse the caret
// Reverse the caret
.caret {
.caret {
border-top: 0;
border-top: 0;
border-bottom: 4px solid
@black
;
border-bottom: 4px solid
#000
;
content: "";
content: "";
}
}
// Different positioning for bottom up menu
// Different positioning for bottom up menu
...
...
less/modals.less
View file @
7449e2e5
...
@@ -10,7 +10,7 @@
...
@@ -10,7 +10,7 @@
bottom: 0;
bottom: 0;
left: 0;
left: 0;
z-index: @zindex-modal-background;
z-index: @zindex-modal-background;
background-color:
@black
;
background-color:
#000
;
// Fade for backdrop
// Fade for backdrop
&.fade { opacity: 0; }
&.fade { opacity: 0; }
}
}
...
...
less/variables.less
View file @
7449e2e5
...
@@ -9,7 +9,6 @@
...
@@ -9,7 +9,6 @@
// Grays
// Grays
// -------------------------
// -------------------------
@black: #000;
@grayDarker: #222;
@grayDarker: #222;
@grayDark: #333;
@grayDark: #333;
@gray: #555;
@gray: #555;
...
...
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