diff options
author | Nicolas BERNSTEIN <alexis211@gmail.com> | 2012-04-13 19:17:17 +0200 |
---|---|---|
committer | Nicolas BERNSTEIN <alexis211@gmail.com> | 2012-04-13 19:17:17 +0200 |
commit | a535a9e7e017629178b45acc2e96e1d674a0d6fc (patch) | |
tree | b983c468aa37422bb58ff560b91eed067ca1a96e /design/style.css | |
parent | ccff9ce8d8a2818699ce4e20a310986fc95ea022 (diff) | |
download | Bits-a535a9e7e017629178b45acc2e96e1d674a0d6fc.tar.gz Bits-a535a9e7e017629178b45acc2e96e1d674a0d6fc.zip |
Added : ATOM feed for blog ; abilty to comment posts.
Diffstat (limited to 'design/style.css')
-rw-r--r-- | design/style.css | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/design/style.css b/design/style.css index c3a5314..2a537f6 100644 --- a/design/style.css +++ b/design/style.css @@ -295,3 +295,11 @@ hr { margin-left: 16px; font-size: 1.2em; } + +.blog_post h3 { + margin: 0px; + padding: 0px; + margin-left: 16px; + margin-bottom: 10px; + font-size: 1.0em; +} |