aboutsummaryrefslogtreecommitdiff
path: root/docs/examples/blog
diff options
context:
space:
mode:
Diffstat (limited to 'docs/examples/blog')
-rw-r--r--docs/examples/blog/blog.css11
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;
}
-