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
e94e0f1c
Commit
e94e0f1c
authored
13 years ago
by
Mark Otto
Browse files
Options
Download
Email Patches
Plain Diff
implement @textColor for body text
parent
ac581eeb
1 merge request
!1475
2.0 wip
Changes
4
Hide whitespace changes
Inline
Side-by-side
Showing
4 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/scaffolding.less
+1
-1
less/scaffolding.less
less/variables.less
+1
-1
less/variables.less
with
3 additions
and
3 deletions
+3
-3
docs/assets/bootstrap.zip
+
0
-
0
View file @
e94e0f1c
No preview for this file type
This diff is collapsed.
Click to expand it.
docs/assets/css/bootstrap.css
+
1
-
1
View file @
e94e0f1c
...
...
@@ -99,7 +99,7 @@ body {
font-family
:
"Helvetica Neue"
,
Helvetica
,
Arial
,
sans-serif
;
font-size
:
13px
;
line-height
:
18px
;
color
:
#
555555
;
color
:
#
333333
;
background-color
:
#ffffff
;
}
a
{
...
...
This diff is collapsed.
Click to expand it.
less/scaffolding.less
+
1
-
1
View file @
e94e0f1c
...
...
@@ -11,7 +11,7 @@ body {
font-family: @baseFontFamily;
font-size: @baseFontSize;
line-height: @baseLineHeight;
color: @
gray
;
color: @
textColor
;
background-color: @white;
}
...
...
This diff is collapsed.
Click to expand it.
less/variables.less
+
1
-
1
View file @
e94e0f1c
...
...
@@ -34,6 +34,7 @@
@baseFontSize: 13px;
@baseFontFamily: "Helvetica Neue", Helvetica, Arial, sans-serif;
@baseLineHeight: 18px;
@textColor: @grayDark;
// Buttons
@primaryButtonBackground: @linkColor;
...
...
@@ -96,4 +97,3 @@
// Fluid grid
@fluidGridColumnWidth: 6.382978723%;
@fluidGridGutterWidth: 2.127659574%;
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