summaryrefslogtreecommitdiff
path: root/design/style.css
diff options
context:
space:
mode:
Diffstat (limited to 'design/style.css')
-rw-r--r--design/style.css28
1 files changed, 28 insertions, 0 deletions
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;
+}