From 24547ccec6526fcef3cccb34bc35fb81f31236b3 Mon Sep 17 00:00:00 2001 From: Nicolas BERNSTEIN Date: Sun, 12 Feb 2012 19:50:55 +0100 Subject: A lot of changes : blogging system essentially. --- design/style.css | 28 ++++++++++++++++++++++++++++ 1 file changed, 28 insertions(+) (limited to 'design') diff --git a/design/style.css b/design/style.css index 2d41f57..dbb3e91 100644 --- a/design/style.css +++ b/design/style.css @@ -171,6 +171,7 @@ iframe, textarea { } .small_right { + clear: right; float: right; } @@ -262,3 +263,30 @@ hr { border-left: 1px solid #0000FF; border-bottom: 1px solid #0000FF; } + + +/* blog */ + +.blog_post { + margin: 4px; + margin-top: 16px; + border-left: 1px solid #ccc; + border-bottom: 1px dashed #ccc; + padding: 8px; + padding-top: 16px; +} + +.blog_post .inside { + /*clear: right; + padding-top: 1px;*/ +} +.blog_post .small_right { + margin-left: 100px; +} + +.blog_post h2 { + margin: 0px; + padding: 0px; + margin-left: 16px; + font-size: 1.2em; +} -- cgit v1.2.3