summaryrefslogtreecommitdiff
path: root/static
diff options
context:
space:
mode:
authorfranck cuny <franck@lumberjaph.net>2011-02-20 13:14:08 +0100
committerfranck cuny <franck@lumberjaph.net>2011-02-20 13:14:08 +0100
commit4d021009dbfabbd46633849ea4da75b8bd66c4ec (patch)
tree596136bae7acf66966020e00e39d0a5e5b644e5f /static
parentnew post, and some fix to the CSS (diff)
downloadlumberjaph-4d021009dbfabbd46633849ea4da75b8bd66c4ec.tar.gz
update layout again (date on the same line as the title)
Diffstat (limited to 'static')
-rw-r--r--static/css/screen.css6
1 files changed, 2 insertions, 4 deletions
diff --git a/static/css/screen.css b/static/css/screen.css
index 3670d0a..8c5dae8 100644
--- a/static/css/screen.css
+++ b/static/css/screen.css
@@ -179,12 +179,10 @@ ul.posts span {
}
#date {
- font-size: 70%;
+ font-size: 50%;
text-align: right;
- margin-right: 1.7em;
- margin-top: .7em;
- margin-bottom: 4em;
font-weight: normal;
+ float: right;
}
#post h2 {