mirror of
https://github.com/WatchOutNewsAgency/wona.github.com.git
synced 2026-01-01 01:16:26 +00:00
added ability to collapse layout
This commit is contained in:
13
stylesheets/partials/_shared.sass
Normal file
13
stylesheets/partials/_shared.sass
Normal file
@ -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
|
||||
@ -1,18 +1,3 @@
|
||||
#sidebar
|
||||
float: left
|
||||
width= !sidebar_width
|
||||
margin-left= !sidebar_margin
|
||||
|
||||
h4
|
||||
margin: 20px 0 0
|
||||
&:first-child
|
||||
margin-top: 10px
|
||||
.small
|
||||
+sans-font
|
||||
font-size: 50%
|
||||
font-size: 80%
|
||||
line-height: 1.625em
|
||||
|
||||
#twitter, #delicious
|
||||
+border-radius
|
||||
background: #f8f8f8
|
||||
|
||||
Reference in New Issue
Block a user