summaryrefslogtreecommitdiff
path: root/static
diff options
context:
space:
mode:
authorfranck cuny <franck@lumberjaph.net>2011-02-19 20:35:53 +0100
committerfranck cuny <franck@lumberjaph.net>2011-02-19 20:35:53 +0100
commit27f48d5c993150ecda99ecba2068aacd276d1c9b (patch)
treef8ac762ca5c5be7624d0f68e8093885f46f597c4 /static
parentcss (diff)
downloadlumberjaph-27f48d5c993150ecda99ecba2068aacd276d1c9b.tar.gz
still css
Diffstat (limited to 'static')
-rw-r--r--static/css/screen.css19
1 files changed, 12 insertions, 7 deletions
diff --git a/static/css/screen.css b/static/css/screen.css
index d0320df..75a3673 100644
--- a/static/css/screen.css
+++ b/static/css/screen.css
@@ -20,16 +20,12 @@ li {
h1, h2 {
font-size: 120%;
- margin-top: 1em;
+ margin: 1em 0em .5em 0em;
}
h3, h4, h5, h6 {
font-size: 100%;
- margin-top: 1em;
-}
-
-h1 {
- margin-bottom: 1em;
+ margin: 1em 0em .5em 0em;
}
p {
@@ -179,8 +175,17 @@ ul.posts span {
font-weight: normal;
}
-#post_title {
+#post h2 {
+ border-bottom: 1px solid #ededed;
+ margin-top: 2em;
+}
+
+#post h3 {
+ border-bottom: 1px solid #ededed;
+ margin-top: 2em;
+}
+#post_title {
text-align: left;
padding-bottom: .1em;
letter-spacing: 2px;