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
40a8a93b
Commit
40a8a93b
authored
12 years ago
by
Mark Otto
Browse files
Options
Download
Plain Diff
Merge branch 'amid2887-master' into 2.1.2-wip
parents
a4a6244e
d49dd766
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
less/buttons.less
+4
-2
less/buttons.less
with
4 additions
and
2 deletions
+4
-2
less/buttons.less
+
4
-
2
View file @
40a8a93b
...
@@ -77,7 +77,8 @@
...
@@ -77,7 +77,8 @@
font-size: @fontSizeLarge;
font-size: @fontSizeLarge;
.border-radius(@borderRadiusLarge);
.border-radius(@borderRadiusLarge);
}
}
.btn-large [class^="icon-"] {
.btn-large [class^="icon-"],
.btn-large [class*=" icon-"] {
margin-top: 2px;
margin-top: 2px;
}
}
...
@@ -87,7 +88,8 @@
...
@@ -87,7 +88,8 @@
font-size: @fontSizeSmall;
font-size: @fontSizeSmall;
.border-radius(@borderRadiusSmall);
.border-radius(@borderRadiusSmall);
}
}
.btn-small [class^="icon-"] {
.btn-small [class^="icon-"],
.btn-small [class*=" icon-"] {
margin-top: 0;
margin-top: 0;
}
}
...
...
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