From f7700443ece4537c252b10a7463d12fd1725f40a Mon Sep 17 00:00:00 2001 From: B Mathis Date: Thu, 5 Nov 2009 21:34:41 -0600 Subject: moved stylesheets --- stylesheets/partials/_search.sass | 18 ++++++++++++++++++ stylesheets/partials/_twitter.sass | 2 ++ 2 files changed, 20 insertions(+) create mode 100644 stylesheets/partials/_search.sass create mode 100644 stylesheets/partials/_twitter.sass (limited to 'stylesheets/partials') diff --git a/stylesheets/partials/_search.sass b/stylesheets/partials/_search.sass new file mode 100644 index 00000000..4de9c021 --- /dev/null +++ b/stylesheets/partials/_search.sass @@ -0,0 +1,18 @@ +#search + position: absolute + left= !page_width + !sidebar_margin - !sidebar_width + top= 10% + form + background: url(/images/search_bg.png) no-repeat + padding: 2px 0 0 + height: 28px + width: 218px + #q + background: none + width: 160px + margin-left: 30px + font-size: 15px + border: none + color: #aaa + &:focus + outline: none \ No newline at end of file diff --git a/stylesheets/partials/_twitter.sass b/stylesheets/partials/_twitter.sass new file mode 100644 index 00000000..baeef5b4 --- /dev/null +++ b/stylesheets/partials/_twitter.sass @@ -0,0 +1,2 @@ +#twitter + font-size: 85% \ No newline at end of file -- cgit v1.2.1