# HG changeset patch # User Christophe Lincoln # Date 1398298355 -7200 # Node ID c9ab61b3774a8a1e8f83f74fa42bf7334f7944c5 # Parent 70b6a1ca9106bef9431a1dbdff84c45b2cb2e6bd Fix new blog post link in activity.log diff -r 70b6a1ca9106 -r c9ab61b3774a plugins/blog/blog.cgi --- a/plugins/blog/blog.cgi Thu Apr 24 01:05:43 2014 +0200 +++ b/plugins/blog/blog.cgi Thu Apr 24 02:12:35 2014 +0200 @@ -186,7 +186,7 @@ [ -d "$blog/$p" ] || mkdir -p ${blog}/${p} # New post ? if [ ! -f "${blog}/${p}/post.txt" ]; then - echo "New Blog post: Read it!" \ + echo "New Blog post: Read it!" \ | log_activity fi # Write config file diff -r 70b6a1ca9106 -r c9ab61b3774a style.css --- a/style.css Thu Apr 24 01:05:43 2014 +0200 +++ b/style.css Thu Apr 24 02:12:35 2014 +0200 @@ -132,7 +132,7 @@ /* Content */ #content { - margin: 60px auto; + margin: 40px auto; padding: 0 20px; text-align: justify; max-width: 680px; @@ -212,8 +212,10 @@ } #tools { - position: absolute; - top: 72px; + /*position: absolute; + top: 72px;*/ + padding-top: 10px; + margin: 20px 0px; } #tools a { text-decoration: none; margin: 4px 6px 4px 0px; }