diff options
author | SkyArrow <tommy351@gmail.com> | 2012-01-27 17:08:44 +0100 |
---|---|---|
committer | SkyArrow <tommy351@gmail.com> | 2012-01-27 17:08:44 +0100 |
commit | 9c41271740ed31b979b0385fc15cfeee930f2c33 (patch) | |
tree | 3647ebabef4596b6b4b10124687693586962383c | |
parent | 0da5633be66d1b3686bb5d02abf787b002cbe6ed (diff) | |
download | octopress-theme-jeyzu-9c41271740ed31b979b0385fc15cfeee930f2c33.zip octopress-theme-jeyzu-9c41271740ed31b979b0385fc15cfeee930f2c33.tar.gz |
modified
-rw-r--r-- | sass/parts/_header.scss | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sass/parts/_header.scss b/sass/parts/_header.scss index d5a3a82..cd9de82 100644 --- a/sass/parts/_header.scss +++ b/sass/parts/_header.scss @@ -101,11 +101,11 @@ header{ background: image-url('search.png') 10px center no-repeat #f2f2f2; color: $gray02; border: 1px solid $gray04; - @include border-radius(15px); font: 13px $default; padding: 6px 15px 6px 35px; width: 100px; @include transition(0.3s); + @include border-radius(15px); &:focus, &:active{ background: image-url('search.png') 10px center no-repeat #fff; width: 150px; @@ -180,7 +180,7 @@ header{ margin-right: 0; } >a{ - padding: 15px 30px 15px 0; + padding: 18px 30px 18px 0; &:only-child{ padding-right: 0; } |