aboutsummaryrefslogtreecommitdiff
path: root/web/style3.css
diff options
context:
space:
mode:
Diffstat (limited to 'web/style3.css')
-rw-r--r--web/style3.css4
1 files changed, 3 insertions, 1 deletions
diff --git a/web/style3.css b/web/style3.css
index 1c13fab7..268e1061 100644
--- a/web/style3.css
+++ b/web/style3.css
@@ -36,6 +36,8 @@ body>header p { color: #000; font-size: 13pt; margin: 12px 0; text-align: center
/********/
+#content>p, #content>h1, #content>h2 { margin: 1em 0; }
+
article { margin: 10px 0 20px 58px; background: #FFF; padding: 12px 13px; }
article>aside { margin: -12px 0 0 -71px; width: 48px; height: 48px; float: left; }
article>aside img { width: 48px; height: 48px; }
@@ -97,7 +99,7 @@ blockquote { border-left: 1px dashed #CCC; margin: 10px 0 10px 10px; padding-lef
.title2 { padding: 10px 20px; margin: 20px 0; background: #DDDDD0; }
.title2-right { float: right; line-height: 24px; }
-.title2 h2 { font-size: x-large; }
+#content .title2 h2 { font-size: x-large; margin: 0; }
.page { text-align: center; padding: 5px; background: #E5E5DD; }