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 @@