diff options
| author | XhmikosR <[email protected]> | 2016-02-19 13:10:46 +0200 |
|---|---|---|
| committer | XhmikosR <[email protected]> | 2016-02-19 13:14:47 +0200 |
| commit | 255e89b2415e17fed75ca16962175f5d468edb1a (patch) | |
| tree | 1db6713adbd2ad9595f268f99ff660a8a5c87e90 /docs/dist/css/bootstrap.css | |
| parent | 9989966ddedbdb4c424e0a12c2f00cddeb01ac9a (diff) | |
| download | bootstrap-255e89b2415e17fed75ca16962175f5d468edb1a.tar.xz bootstrap-255e89b2415e17fed75ca16962175f5d468edb1a.zip | |
Run grunt.
[ci skip]
Diffstat (limited to 'docs/dist/css/bootstrap.css')
| -rw-r--r-- | docs/dist/css/bootstrap.css | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/docs/dist/css/bootstrap.css b/docs/dist/css/bootstrap.css index 2cfab80ed..605981624 100644 --- a/docs/dist/css/bootstrap.css +++ b/docs/dist/css/bootstrap.css @@ -669,7 +669,7 @@ samp { } code { - padding: .2rem .4rem; + padding: 0.2rem 0.4rem; font-size: 90%; color: #bd4147; background-color: #f7f7f9; @@ -677,7 +677,7 @@ code { } kbd { - padding: .2rem .4rem; + padding: 0.2rem 0.4rem; font-size: 90%; color: #fff; background-color: #333; @@ -3960,8 +3960,8 @@ input[type="button"].btn-block { .navbar-brand { float: left; - padding-top: .25rem; - padding-bottom: .25rem; + padding-top: 0.25rem; + padding-bottom: 0.25rem; margin-right: 1rem; font-size: 1.25rem; } @@ -4976,7 +4976,7 @@ base::-moz-progress-bar, .list-group-item { position: relative; display: block; - padding: .75rem 1.25rem; + padding: 0.75rem 1.25rem; margin-bottom: -1px; background-color: #fff; border: 1px solid #ddd; |
