aboutsummaryrefslogtreecommitdiff
path: root/docs/examples/blog
diff options
context:
space:
mode:
authorXhmikosR <[email protected]>2014-01-31 14:20:33 +0200
committerXhmikosR <[email protected]>2014-02-04 10:39:02 +0200
commit9f668a557336f271f3c1bf701cc6a472e59aeedf (patch)
treeafc7f17520100a1ea42a6c5c1aa17ba7ca77764e /docs/examples/blog
parent9ba49426e972391bc4cbd42896baeb18b88ebd69 (diff)
downloadbootstrap-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.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;
}
-