Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
SRCT
masonstrap
Commits
09e07bbe
Commit
09e07bbe
authored
Feb 03, 2015
by
Thomas Park
Browse files
paper: fix btn-group margin, closes #400
parent
c242e32e
Changes
4
Hide whitespace changes
Inline
Side-by-side
paper/_bootswatch.scss
View file @
09e07bbe
...
...
@@ -86,6 +86,24 @@
}
}
.btn-group
{
.btn
+
.btn
,
.btn
+
.btn-group
,
.btn-group
+
.btn
,
.btn-group
+
.btn-group
{
margin-left
:
0
;
}
&
-vertical
{
>
.btn
+
.btn
,
>
.btn
+
.btn-group
,
>
.btn-group
+
.btn
,
>
.btn-group
+
.btn-group
{
margin-top
:
0
;
}
}
}
// Typography =================================================================
body
{
...
...
paper/bootstrap.css
View file @
09e07bbe
...
...
@@ -6781,6 +6781,18 @@ button.close {
.btn-default.disabled
{
border
:
1px
solid
#eeeeee
;
}
.btn-group
.btn
+
.btn
,
.btn-group
.btn
+
.btn-group
,
.btn-group
.btn-group
+
.btn
,
.btn-group
.btn-group
+
.btn-group
{
margin-left
:
0
;
}
.btn-group-vertical
>
.btn
+
.btn
,
.btn-group-vertical
>
.btn
+
.btn-group
,
.btn-group-vertical
>
.btn-group
+
.btn
,
.btn-group-vertical
>
.btn-group
+
.btn-group
{
margin-top
:
0
;
}
body
{
-webkit-font-smoothing
:
antialiased
;
letter-spacing
:
.1px
;
...
...
paper/bootstrap.min.css
View file @
09e07bbe
This source diff could not be displayed because it is too large. You can
view the blob
instead.
paper/bootswatch.less
View file @
09e07bbe
...
...
@@ -86,6 +86,24 @@
}
}
.btn-group {
.btn + .btn,
.btn + .btn-group,
.btn-group + .btn,
.btn-group + .btn-group {
margin-left: 0;
}
&-vertical {
> .btn + .btn,
> .btn + .btn-group,
> .btn-group + .btn,
> .btn-group + .btn-group {
margin-top: 0;
}
}
}
// Typography =================================================================
body {
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a 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