diff --git a/changelog.txt b/changelog.txt index 6679283..91e01cd 100644 --- a/changelog.txt +++ b/changelog.txt @@ -1 +1,2 @@ +2014-01-26: RC version. 2014-01-01: Initial release. \ No newline at end of file diff --git a/robots.txt b/robots.txt index 412ea89..28af5f3 100644 --- a/robots.txt +++ b/robots.txt @@ -20,6 +20,7 @@ User-agent: * Crawl-delay: 10 # Directories Disallow: /admin/ +Disallow: /config/ Disallow: /content/ Disallow: /system/ Disallow: /themes/ diff --git a/themes/clean/css/style.css b/themes/clean/css/style.css index b384710..16de570 100644 --- a/themes/clean/css/style.css +++ b/themes/clean/css/style.css @@ -649,6 +649,7 @@ aside .copyright p{ font-size: 12px; font-style:italic; width:120px; + float:right; } .share a { diff --git a/themes/clean/layout.html.php b/themes/clean/layout.html.php index 09de1bd..75c9e42 100644 --- a/themes/clean/layout.html.php +++ b/themes/clean/layout.html.php @@ -4,9 +4,11 @@ <?php echo $title; ?> + + diff --git a/themes/clean/post.html.php b/themes/clean/post.html.php index 9871750..cee8637 100644 --- a/themes/clean/post.html.php +++ b/themes/clean/post.html.php @@ -17,7 +17,6 @@
-

Share this post

diff --git a/themes/default/css/style.css b/themes/default/css/style.css index e17a52b..68a9153 100644 --- a/themes/default/css/style.css +++ b/themes/default/css/style.css @@ -223,7 +223,7 @@ th, td { th.title { margin:5px 0; font-family: 'Open Sans',sans-serif; - font-size:18px; + font-size:16px; font-weight:normal; } @@ -238,7 +238,7 @@ th { border-bottom: 1px solid #E3E3E3; border-right: 1px solid #E3E3E3; font-family: 'Open Sans',sans-serif; - font-size:18px; + font-size:16px; } td { @@ -365,6 +365,7 @@ p, ul { font-size: 14px; color: #A7A7A7; font-weight:normal; + margin:1em 0; } h1.blog-title { @@ -440,6 +441,7 @@ h1.title-post a:hover, h2.title-index a:hover { .share { width:140px; margin-right: 1em; + float:right; } .share a { @@ -538,6 +540,7 @@ h1.title-post a:hover, h2.title-index a:hover { .postnav .newer { float:left; margin-right:1em; + margin-bottom:0.1em; padding: 10px 15px 10px 25px; } diff --git a/themes/default/layout.html.php b/themes/default/layout.html.php index 1cde94f..5d158d9 100644 --- a/themes/default/layout.html.php +++ b/themes/default/layout.html.php @@ -4,9 +4,11 @@ <?php echo $title; ?> + + diff --git a/themes/default/post.html.php b/themes/default/post.html.php index 9871750..cee8637 100644 --- a/themes/default/post.html.php +++ b/themes/default/post.html.php @@ -17,7 +17,6 @@