From 9f668a557336f271f3c1bf701cc6a472e59aeedf Mon Sep 17 00:00:00 2001 From: XhmikosR Date: Fri, 31 Jan 2014 14:20:33 +0200 Subject: Add examples/**/*.css in csscomb task. --- docs/examples/blog/blog.css | 11 +++++------ 1 file changed, 5 insertions(+), 6 deletions(-) (limited to 'docs/examples/blog') 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; } - -- cgit v1.2.3