diff options
| author | XhmikosR <[email protected]> | 2014-01-31 14:20:33 +0200 |
|---|---|---|
| committer | XhmikosR <[email protected]> | 2014-02-04 10:39:02 +0200 |
| commit | 9f668a557336f271f3c1bf701cc6a472e59aeedf (patch) | |
| tree | afc7f17520100a1ea42a6c5c1aa17ba7ca77764e /docs/examples/blog | |
| parent | 9ba49426e972391bc4cbd42896baeb18b88ebd69 (diff) | |
| download | bootstrap-9f668a557336f271f3c1bf701cc6a472e59aeedf.tar.xz bootstrap-9f668a557336f271f3c1bf701cc6a472e59aeedf.zip | |
Add examples/**/*.css in csscomb task.
Diffstat (limited to 'docs/examples/blog')
| -rw-r--r-- | docs/examples/blog/blog.css | 11 |
1 files changed, 5 insertions, 6 deletions
diff --git a/docs/examples/blog/blog.css b/docs/examples/blog/blog.css index 7255823ce..c254c66c8 100644 --- a/docs/examples/blog/blog.css +++ b/docs/examples/blog/blog.css @@ -13,10 +13,10 @@ h3, .h3, h4, .h4, h5, .h5, h6, .h6 { - font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;; - font-weight: normal; - color: #333; margin-top: 0; + font-family: "Helvetica Neue", Helvetica, Arial, sans-serif; + font-weight: normal; + color: #333;; } @@ -62,14 +62,14 @@ h6, .h6 { position: absolute; bottom: 0; left: 50%; - content: " "; width: 0; height: 0; margin-left: -5px; vertical-align: middle; + content: " "; border-right: 5px solid transparent; - border-left: 5px solid transparent; border-bottom: 5px solid; + border-left: 5px solid transparent; } @@ -161,4 +161,3 @@ h6, .h6 { background-color: #f9f9f9; border-top: 1px solid #e5e5e5; } - |
