From e86e993aabd55d3954be8b4ee109a4303b0416c1 Mon Sep 17 00:00:00 2001 From: Yukimi Kazari Date: Fri, 16 Sep 2016 21:32:12 -0400 Subject: [PATCH] UPDATE - New error images --- app/views/layouts/default.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/views/layouts/default.php b/app/views/layouts/default.php index 12354d2..b507bd9 100755 --- a/app/views/layouts/default.php +++ b/app/views/layouts/default.php @@ -136,7 +136,7 @@ container formTag('post#index', array('method' => 'get', 'accept-charset' => 'UTF-8'), function(){ ?>
- textFieldTag("tags", $this->h($this->params()->tags), array('size' => '38', 'autocomplete' => 'off', 'placeholder' => 'Search', 'style' => 'font-size: 20pt; padding: 0 0 1px 4px; margin: 4px 0 0 8px; border-style: dotted; background: #2b0000;')) ?> + textFieldTag("tags", $this->h($this->params()->tags), array('size' => '36', 'autocomplete' => 'off', 'placeholder' => 'Search', 'style' => 'font-size: 20pt; padding: 0 0 1px 4px; margin: 4px 0 0 8px; border-style: dotted; background: #2b0000;')) ?> submitTag($this->t('.search'), array('style' => 'display: none;', 'name' => '')) ?>