Skip to content
GitLab
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
94f9f9de
Commit
94f9f9de
authored
12 years ago
by
Mark Otto
Browse files
Options
Download
Plain Diff
Merge branch 'UTGuy-master' into 2.1.1-wip
parents
8a2b9f4a
e5060b8d
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
less/variables.less
+3
-6
less/variables.less
with
3 additions
and
6 deletions
+3
-6
less/variables.less
+
3
-
6
View file @
94f9f9de
...
@@ -57,7 +57,6 @@
...
@@ -57,7 +57,6 @@
@headingsFontWeight: bold; // instead of browser default, bold
@headingsFontWeight: bold; // instead of browser default, bold
@headingsColor: inherit; // empty to use BS default, @textColor
@headingsColor: inherit; // empty to use BS default, @textColor
// Tables
// Tables
// -------------------------
// -------------------------
@tableBackground: transparent; // overall background-color
@tableBackground: transparent; // overall background-color
...
@@ -65,7 +64,6 @@
...
@@ -65,7 +64,6 @@
@tableBackgroundHover: #f5f5f5; // for hover
@tableBackgroundHover: #f5f5f5; // for hover
@tableBorder: #ddd; // table and cell border
@tableBorder: #ddd; // table and cell border
// Buttons
// Buttons
// -------------------------
// -------------------------
@btnBackground: @white;
@btnBackground: @white;
...
@@ -107,12 +105,11 @@
...
@@ -107,12 +105,11 @@
@dropdownDividerBottom: @white;
@dropdownDividerBottom: @white;
@dropdownLinkColor: @grayDark;
@dropdownLinkColor: @grayDark;
@dropdownLinkColorHover: @white;
@dropdownLinkColorHover: @white;
@dropdownLinkBackgroundHover: @dropdownLinkBackgroundActive;
@dropdownLinkColorActive: @dropdownLinkColor;
@dropdownLinkColorActive: @dropdownLinkColor;
@dropdownLinkBackgroundActive: @linkColor;
@dropdownLinkBackgroundActive: @linkColor;
@dropdownLinkBackgroundHover: @dropdownLinkBackgroundActive;
...
@@ -157,8 +154,8 @@
...
@@ -157,8 +154,8 @@
@navbarCollapseWidth: 979px;
@navbarCollapseWidth: 979px;
@navbarHeight: 40px;
@navbarHeight: 40px;
@navbarBackground: darken(@navbarBackgroundHighlight, 5%);
@navbarBackgroundHighlight: #ffffff;
@navbarBackgroundHighlight: #ffffff;
@navbarBackground: darken(@navbarBackgroundHighlight, 5%);
@navbarBorder: darken(@navbarBackground, 12%);
@navbarBorder: darken(@navbarBackground, 12%);
@navbarText: @gray;
@navbarText: @gray;
...
...
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