aboutsummaryrefslogtreecommitdiff
path: root/stylesheets/partials/_header.sass
diff options
context:
space:
mode:
authorB Mathis <brandon@imathis.com>2009-11-14 13:08:19 -0600
committerB Mathis <brandon@imathis.com>2009-11-14 13:08:19 -0600
commitbdc66eabdfca4ae623ec359cd7751d60fbffc06e (patch)
treeeac3ee414a36b8aef1be3df7379067bfce719c4a /stylesheets/partials/_header.sass
parentfe3590beae286efa61633294d7fc407d34759551 (diff)
downloadmy_new_personal_website-bdc66eabdfca4ae623ec359cd7751d60fbffc06e.tar.xz
my_new_personal_website-bdc66eabdfca4ae623ec359cd7751d60fbffc06e.zip
reorganized stylesheets
Diffstat (limited to 'stylesheets/partials/_header.sass')
-rw-r--r--stylesheets/partials/_header.sass12
1 files changed, 12 insertions, 0 deletions
diff --git a/stylesheets/partials/_header.sass b/stylesheets/partials/_header.sass
new file mode 100644
index 00000000..8ab6ad1b
--- /dev/null
+++ b/stylesheets/partials/_header.sass
@@ -0,0 +1,12 @@
+#header
+ background-color= !header_bg
+ border-bottom= "1px solid" !header_border
+ padding: 30px 0
+ .page_width
+ position: relative
+ a.title
+ font-size= !h1
+ +heading-font
+ display: inline-block
+ color= !title_color
+ text-decoration: none \ No newline at end of file