diff options
| author | Mark Otto <[email protected]> | 2014-03-04 14:35:23 -0800 |
|---|---|---|
| committer | Mark Otto <[email protected]> | 2014-03-04 14:35:23 -0800 |
| commit | a4df36317407fdbef1458a1c5e59b088b85d72c4 (patch) | |
| tree | a73871ad442898c8562dd310d7dd080aad9a66d3 /docs/examples | |
| parent | 88f01c4934b822b2e3e19496258d256dd1cb2914 (diff) | |
| download | bootstrap-a4df36317407fdbef1458a1c5e59b088b85d72c4.tar.xz bootstrap-a4df36317407fdbef1458a1c5e59b088b85d72c4.zip | |
grunt after merging #12917
Diffstat (limited to 'docs/examples')
| -rw-r--r-- | docs/examples/blog/blog.css | 4 | ||||
| -rw-r--r-- | docs/examples/carousel/carousel.css | 4 | ||||
| -rw-r--r-- | docs/examples/dashboard/dashboard.css | 2 |
3 files changed, 5 insertions, 5 deletions
diff --git a/docs/examples/blog/blog.css b/docs/examples/blog/blog.css index 08e0a8d42..22ca90c81 100644 --- a/docs/examples/blog/blog.css +++ b/docs/examples/blog/blog.css @@ -67,9 +67,9 @@ h6, .h6 { margin-left: -5px; vertical-align: middle; content: " "; - border-right: 5px solid transparent; + border-right: 5px solid transparent; border-bottom: 5px solid; - border-left: 5px solid transparent; + border-left: 5px solid transparent; } diff --git a/docs/examples/carousel/carousel.css b/docs/examples/carousel/carousel.css index 076ac232a..08448b99c 100644 --- a/docs/examples/carousel/carousel.css +++ b/docs/examples/carousel/carousel.css @@ -116,11 +116,11 @@ body { } .navbar-wrapper .container { padding-right: 15px; - padding-left: 15px; + padding-left: 15px; } .navbar-wrapper .navbar { padding-right: 0; - padding-left: 0; + padding-left: 0; } /* The navbar becomes detached from the top, so we round the corners */ diff --git a/docs/examples/dashboard/dashboard.css b/docs/examples/dashboard/dashboard.css index 22e3fdef6..e0e3632b8 100644 --- a/docs/examples/dashboard/dashboard.css +++ b/docs/examples/dashboard/dashboard.css @@ -22,7 +22,7 @@ body { * Hide default border to remove 1px line. */ .navbar-fixed-top { - border:0; + border: 0; } /* |
