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
e18a3578
"docs/index.html" did not exist on "d2d2f77ffe7d6be3cb3ff7934ab2a5734abb1cc5"
Commit
e18a3578
authored
13 years ago
by
Billy Vong
Browse files
Options
Download
Email Patches
Plain Diff
Update old button selectors 'small' and 'large' to be 'btn-small' and 'btn-large'
parent
3d58b462
3 merge requests
!2142
2.0.2 wip
,
!2117
Update old button selectors 'small' and 'large'
,
!1952
Tabulation navigation with Typeahead
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
less/buttons.less
+2
-2
less/buttons.less
with
2 additions
and
2 deletions
+2
-2
less/buttons.less
+
2
-
2
View file @
e18a3578
...
...
@@ -172,11 +172,11 @@ input[type="submit"].btn {
// IE7 has some default padding on button controls
*padding-top: 2px;
*padding-bottom: 2px;
&.large {
&.
btn-
large {
*padding-top: 7px;
*padding-bottom: 7px;
}
&.small {
&.
btn-
small {
*padding-top: 3px;
*padding-bottom: 3px;
}
...
...
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