From b29d45e3a4888bf8005cb92e047843ccee5b5d53 Mon Sep 17 00:00:00 2001 From: Olof-Joachim Frahm Date: Wed, 20 Aug 2014 22:58:27 +0100 Subject: [PATCH] Fix validation errors. --- themes/hyde/base.tmpl | 4 ++-- themes/hyde/css/style.css | 1 + themes/readable/base.tmpl | 4 ++-- themes/readable/css/custom.css | 1 + 4 files changed, 6 insertions(+), 4 deletions(-) diff --git a/themes/hyde/base.tmpl b/themes/hyde/base.tmpl index ec996ba..f307a88 100644 --- a/themes/hyde/base.tmpl +++ b/themes/hyde/base.tmpl @@ -43,8 +43,8 @@ {/if} by {$config.author} - - + diff --git a/themes/hyde/css/style.css b/themes/hyde/css/style.css index c459b2d..374f56f 100644 --- a/themes/hyde/css/style.css +++ b/themes/hyde/css/style.css @@ -1,5 +1,6 @@ #content { background: #fff; padding-top: 1em } #header { float: right; margin-left: 1em; margin-bottom: 1em } +#coleslaw-logo { float: right; } a { text-decoration: none; color: #992900 } a.anchor { color: black } .date { font-style: italic } diff --git a/themes/readable/base.tmpl b/themes/readable/base.tmpl index 60fed87..7d3099f 100644 --- a/themes/readable/base.tmpl +++ b/themes/readable/base.tmpl @@ -56,8 +56,8 @@ {/if} by {$config.author} - -

+
diff --git a/themes/readable/css/custom.css b/themes/readable/css/custom.css index 44611a5..e1ae731 100644 --- a/themes/readable/css/custom.css +++ b/themes/readable/css/custom.css @@ -1,3 +1,4 @@ +#coleslaw-logo { float: right; } hr { border: 0; height: 1px;