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
2f05bf7d
Commit
2f05bf7d
authored
Nov 12, 2015
by
Thomas Park
Browse files
Merge pull request #528 from Alexandre-Machado/gh-pages
fix: adjust the vertical alignment of the badge
parents
330d7b75
4c037d2c
Changes
4
Hide whitespace changes
Inline
Side-by-side
paper/_bootswatch.scss
View file @
2f05bf7d
...
...
@@ -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 @
2f05bf7d
...
...
@@ -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 @
2f05bf7d
This source diff could not be displayed because it is too large. You can
view the blob
instead.
paper/bootswatch.less
View file @
2f05bf7d
...
...
@@ -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