diff --git a/.gitignore b/.gitignore index 87ab1d1..d29b31e 100644 --- a/.gitignore +++ b/.gitignore @@ -10,3 +10,5 @@ prepros.cfg *.scssc *.codekit + +sass/_notes/dwsync.xml diff --git a/inc/scripts-and-styles.php b/inc/scripts-and-styles.php index 3d28ac3..e74d5d0 100644 --- a/inc/scripts-and-styles.php +++ b/inc/scripts-and-styles.php @@ -2,9 +2,9 @@ function cs_scripts() { wp_enqueue_style( 'cs-glyph', site_url().'/wp-content/global/glyphicons_pro/glyphicons/web/html_css/css/glyphicons.css'); - wp_enqueue_style( 'cs-glyph-filetypes', site_url().'/wp-content/global/glyphicons_pro/glyphicons_filetypes/web/html_css/css/glyphicons-filetypes.css'); - wp_enqueue_style( 'cs-glyph-halflings', site_url().'/wp-content/global/glyphicons_pro/glyphicons_halflings/web/html_css/css/glyphicons-halflings.css'); - wp_enqueue_style( 'cs-glyph-social', site_url().'/wp-content/global/glyphicons_pro/glyphicons_social/web/html_css/css/glyphicons-social.css'); + wp_enqueue_style( 'cs-glyph-filetypes', site_url().'/wp-content/global/glyphicons_pro/glyphicons-filetypes/web/html_css/css/glyphicons-filetypes.css'); + wp_enqueue_style( 'cs-glyph-halflings', site_url().'/wp-content/global/glyphicons_pro/glyphicons-halflings/web/html_css/css/glyphicons-halflings.css'); + wp_enqueue_style( 'cs-glyph-social', site_url().'/wp-content/global/glyphicons_pro/glyphicons-social/web/html_css/css/glyphicons-social.css'); wp_enqueue_style( 'cs-style', get_stylesheet_uri(), array( 'cs-glyph' )); wp_enqueue_style( 'cs-print', get_template_directory_uri() .'/css/print.css', array( 'cs-style' ), false, 'print');