Last active
August 29, 2015 14:07
-
-
Save Made-of-Clay/0d4e5006a5d45f15ea59 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
/*----- Before Minit -----*/ | |
/* line 12, sassy_s/_theme.scss */ | |
body { | |
background: url("http://domain.com/_subdir_/wp-content/themes/_themename_/images/header_graphic_fin.png") repeat-x transparent; | |
} | |
/*------ After Minit -----*/ | |
/* line 12, sassy_s/_theme.scss */ | |
body { | |
background: url('http://domain.com/_subdir_/wp-content/themes/_themename_//_subdir_/wp-content/themes/_themename_/images/header_graphic_fin.png') repeat-x transparent; | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment