mirror of
https://github.com/WatchOutNewsAgency/wona.github.com.git
synced 2026-01-01 01:16:26 +00:00
reorganized stylesheets
This commit is contained in:
19
stylesheets/partials/_page.sass
Normal file
19
stylesheets/partials/_page.sass
Normal file
@ -0,0 +1,19 @@
|
||||
#page
|
||||
+clearfix
|
||||
background-color= !page_bg
|
||||
.page_width
|
||||
+clearfix
|
||||
position: relative
|
||||
padding:
|
||||
top: 25px
|
||||
bottom: 25px
|
||||
background-color= !blog_bg
|
||||
+easy-box-shadow(#ccc)
|
||||
border:
|
||||
left= "1px solid" !page_border_sides
|
||||
right= "1px solid" !page_border_sides
|
||||
#main
|
||||
width= !main_width
|
||||
float: left
|
||||
&.expanded
|
||||
width: 100%
|
||||
Reference in New Issue
Block a user