mirror of
https://github.com/WatchOutNewsAgency/wona.github.com.git
synced 2026-02-12 08:10:56 +00:00
fixed rake preview and updated sass to sass3 syntax
This commit is contained in:
@ -1,9 +1,9 @@
|
||||
#search
|
||||
position: absolute
|
||||
left: #{!page_width + !sidebar_margin - !sidebar_width}
|
||||
top: #{30%}
|
||||
left: $page-width + $sidebar-margin - $sidebar-width
|
||||
top: 30%
|
||||
form
|
||||
background: url(/images/search_bg.png) no-repeat
|
||||
background: image-url("search_bg.png") no-repeat
|
||||
padding: 0
|
||||
height: 28px
|
||||
width: 218px
|
||||
@ -15,6 +15,6 @@
|
||||
margin-left: 30px
|
||||
font-size: 15px
|
||||
border: none
|
||||
color: #aaa
|
||||
color: #aaaaaa
|
||||
&:focus
|
||||
outline: none
|
||||
outline: none
|
||||
|
||||
Reference in New Issue
Block a user