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
4c037d2c
Commit
4c037d2c
authored
Nov 12, 2015
by
Alexandre Machado
Browse files
fix: adjust the vertical alignment of the badge
parent
330d7b75
Changes
4
Hide whitespace changes
Inline
Side-by-side
paper/_bootswatch.scss
View file @
4c037d2c
...
...
@@ -503,7 +503,7 @@ input[type="checkbox"],
}
.badge
{
padding
:
3
px
6px
5
px
;
padding
:
4
px
6px
4
px
;
}
.progress
{
...
...
paper/bootstrap.css
View file @
4c037d2c
...
...
@@ -7469,7 +7469,7 @@ input[type="checkbox"]:disabled:checked:after,
color
:
#fff
;
}
.badge
{
padding
:
3
px
6px
5
px
;
padding
:
4
px
6px
4
px
;
}
.progress
{
position
:
relative
;
...
...
paper/bootstrap.min.css
View file @
4c037d2c
This source diff could not be displayed because it is too large. You can
view the blob
instead.
paper/bootswatch.less
View file @
4c037d2c
...
...
@@ -506,7 +506,7 @@ input[type="checkbox"],
}
.badge {
padding:
3
px 6px
5
px;
padding:
4
px 6px
4
px;
}
.progress {
...
...
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