diff options
Diffstat (limited to '')
-rw-r--r-- | stylesheets/partials/_search.sass | 20 |
1 files changed, 0 insertions, 20 deletions
diff --git a/stylesheets/partials/_search.sass b/stylesheets/partials/_search.sass deleted file mode 100644 index 44b2a557..00000000 --- a/stylesheets/partials/_search.sass +++ /dev/null @@ -1,20 +0,0 @@ -#search - position: absolute - left: $page-width + $sidebar-margin - $sidebar-width - top: 30% - form - background: image-url("search_bg.png") no-repeat - padding: 0 - height: 28px - width: 218px - #q - background: none - position: relative - top: 1px - width: 160px - margin-left: 30px - font-size: 15px - border: none - color: #aaaaaa - &:focus - outline: none |