mirror of
https://github.com/WatchOutNewsAgency/wona.github.com.git
synced 2026-02-11 19:10:54 +00:00
fixed rake preview and updated sass to sass3 syntax
This commit is contained in:
@ -1,8 +1,8 @@
|
||||
#page
|
||||
background-color: #{!main_bg}
|
||||
background-color: $main_bg
|
||||
#main
|
||||
background-color: #{!main_bg}
|
||||
border-right: 1px solid #{!sidebar_border}
|
||||
background-color: $main_bg
|
||||
border-right: 1px solid $sidebar_border
|
||||
padding:
|
||||
top: 25px
|
||||
bottom: 25px
|
||||
Reference in New Issue
Block a user