diff --git a/app/views/layouts/default.php b/app/views/layouts/default.php index fba77e6..c52ce8f 100755 --- a/app/views/layouts/default.php +++ b/app/views/layouts/default.php @@ -138,7 +138,7 @@ container
request()->controller() == 'post') : ?> - textFieldTag("tags", $this->h($this->params()->tags), array('size' => '55', 'autocomplete' => 'off', 'placeholder' => 'Search Posts...', 'style' => 'font-size: 14pt; padding: 0 0 1px 4px; margin: 4px 0 0 8px; border-style: dotted; background: #2b0000;')) ?> + textFieldTag("tags", $this->h($this->params()->tags), array('size' => '60', 'autocomplete' => 'off', 'placeholder' => 'Search Posts...', 'style' => 'font-size: 14pt; padding: 0 0 1px 4px; margin: 4px 0 0 8px; border-style: dotted; background: #2b0000;')) ?> tag_completion_box('$("tags")', ['$("tags").up("form")', '$("tags")', null], true) ?>
diff --git a/public/images/logo_small.png b/public/images/logo_small.png index da30fc9..0a990c3 100755 Binary files a/public/images/logo_small.png and b/public/images/logo_small.png differ