diff options
author | Thomas Park <thomas@thomaspark.co> | 2015-11-12 20:34:31 -0500 |
---|---|---|
committer | Thomas Park <thomas@thomaspark.co> | 2015-11-12 20:34:31 -0500 |
commit | 2f05bf7da6ac4e075dcd6daf279041795532d756 (patch) | |
tree | 55e62dade778dd79c6d8570e849482427b749e44 /paper/_bootswatch.scss | |
parent | 330d7b753bd95e02dc9f477d00665f8506d78ed9 (diff) | |
parent | 4c037d2c1c50fbfac0f60db74d25f685d3fffb4d (diff) |
Merge pull request #528 from Alexandre-Machado/gh-pages
fix: adjust the vertical alignment of the badge
Diffstat (limited to 'paper/_bootswatch.scss')
-rw-r--r-- | paper/_bootswatch.scss | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/paper/_bootswatch.scss b/paper/_bootswatch.scss index 878507bf..d17e74bb 100644 --- a/paper/_bootswatch.scss +++ b/paper/_bootswatch.scss @@ -503,7 +503,7 @@ input[type="checkbox"], } .badge { - padding: 3px 6px 5px; + padding: 4px 6px 4px; } .progress { |