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
1e2edaef
Commit
1e2edaef
authored
12 years ago
by
Mark Otto
Browse files
Options
Download
Email Patches
Plain Diff
add test for
#4236
: button group, one button with text and one with icon, now line up properly
parent
fc7ecd78
1 merge request
!4427
Use variable for desktop media query
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
less/tests/css-tests.html
+11
-1
less/tests/css-tests.html
with
11 additions
and
1 deletion
+11
-1
less/tests/css-tests.html
+
11
-
1
View file @
1e2edaef
...
...
@@ -1033,6 +1033,7 @@
</div>
</div>
<!-- /tabbable -->
<br>
<!-- Labels
...
...
@@ -1059,13 +1060,14 @@
</div>
<!--/span-->
</div>
<!--/row-->
<br>
<!-- Button groups
================================================== -->
<div
class=
"page-header"
>
<h1>
Button
group
s
</h1>
<h1>
Buttons
</h1>
</div>
<table
class=
"table table-bordered"
>
...
...
@@ -1086,6 +1088,14 @@
</tbody>
</table>
<h4>
Mini buttons: text and icon
</h4>
<div
class=
"btn-group"
>
<button
class=
"btn btn-mini"
>
Button text
</button>
<button
class=
"btn btn-mini"
><i
class=
"icon-cog"
></i></button>
</div>
<br>
<!-- Responsive utility classes
...
...
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