diff options
author | B Mathis <brandon@imathis.com> | 2009-11-12 11:57:01 -0600 |
---|---|---|
committer | B Mathis <brandon@imathis.com> | 2009-11-12 11:57:01 -0600 |
commit | a55a55156638efd574b7d78f57da0955f355ba40 (patch) | |
tree | 12e86b9f507e319a6fd29a2232573ed24b8e10c7 /stylesheets/partials/_shared.sass | |
parent | 0b744bae5e8379531939942670d87b46bb9d0e1a (diff) | |
download | my_new_personal_website-a55a55156638efd574b7d78f57da0955f355ba40.tar.xz my_new_personal_website-a55a55156638efd574b7d78f57da0955f355ba40.zip |
added ability to collapse layout
Diffstat (limited to 'stylesheets/partials/_shared.sass')
-rw-r--r-- | stylesheets/partials/_shared.sass | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/stylesheets/partials/_shared.sass b/stylesheets/partials/_shared.sass new file mode 100644 index 00000000..3c5a62db --- /dev/null +++ b/stylesheets/partials/_shared.sass @@ -0,0 +1,13 @@ +#collapser + +sans-font + display: block + cursor: pointer + background: #f8f8f8 + color: #888 + padding: 5px 10px + font-size: 10px + line-height: 150% + cursor: pointer + position: absolute + top: 0 + right: 0
\ No newline at end of file |