Testing - Shrinking Things

This commit is contained in:
Yukimi Kazari 2016-12-01 11:00:31 -05:00
parent cb5892983f
commit dc9c9376b4
3 changed files with 2 additions and 2 deletions

View File

@ -138,7 +138,7 @@ container
<div>
<?php
if ($this->request()->controller() == 'post') : ?>
<?= $this->textFieldTag("tags", $this->h($this->params()->tags), array('size' => '36', 'autocomplete' => 'off', 'placeholder' => 'Search Posts...', 'style' => 'font-size: 20pt; padding: 0 0 1px 4px; margin: 4px 0 0 8px; border-style: dotted; background: #2b0000;')) ?>
<?= $this->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;')) ?>
<?= $this->tag_completion_box('$("tags")', ['$("tags").up("form")', '$("tags")', null], true) ?>
<?php endif ?>
</div>

View File

@ -472,7 +472,7 @@ h1#static-index-header{font-size:4em;margin:1em 0 .5em;text-align:center}
h1#static-index-header a{background:transparent url(../images/logo.png) no-repeat scroll center center;display:block;font-size:0;margin:0;padding:75px 300px;text-align:center;text-indent:-3000em}
h2.wiki-title{color:#003dd8;margin-bottom:.25em}
h2#site-title{display:block;overflow:hidden;text-align:left}
div#title{height:40px;margin:.2em 0 0 0}
div#title{height:32px;margin:.2em 0 0 0}
h2#site-title img#logo{float:left}
h2#site-title span{display:block;margin:0;overflow:hidden;padding:.2em 0 0;text-align:left}
div#static-more div#title{float:none;margin-top:-1em}

Binary file not shown.

Before

Width:  |  Height:  |  Size: 2.6 KiB

After

Width:  |  Height:  |  Size: 2.1 KiB