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
376bd20b
Commit
376bd20b
authored
12 years ago
by
Mark Otto
Browse files
Options
Download
Email Patches
Plain Diff
-background to -bg on wells vars
parent
52e41483
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
less/variables.less
+1
-1
less/variables.less
less/wells.less
+2
-2
less/wells.less
with
3 additions
and
3 deletions
+3
-3
less/variables.less
+
1
-
1
View file @
376bd20b
...
...
@@ -332,7 +332,7 @@
// Wells
// -------------------------
@well-b
ackground:
#f5f5f5;
@well-b
g:
#f5f5f5;
// Miscellaneous
...
...
This diff is collapsed.
Click to expand it.
less/wells.less
+
2
-
2
View file @
376bd20b
...
...
@@ -8,8 +8,8 @@
min-height: 20px;
padding: 19px;
margin-bottom: 20px;
background-color: @well-b
ackground
;
border: 1px solid darken(@well-b
ackground
, 7%);
background-color: @well-b
g
;
border: 1px solid darken(@well-b
g
, 7%);
border-radius: @border-radius-base;
.box-shadow(inset 0 1px 1px rgba(0,0,0,.05));
blockquote {
...
...
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