Skip to content

Commit

Permalink
Merge pull request #13 from HGNM/consolidate-css
Browse files Browse the repository at this point in the history
Consolidate CSS
  • Loading branch information
delucis authored Jun 11, 2016
2 parents 02d5534 + 6533fe1 commit 05fa4d1
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 2 deletions.
1 change: 0 additions & 1 deletion header.php
Original file line number Diff line number Diff line change
Expand Up @@ -83,7 +83,6 @@
<meta name="viewport" content="width=device-width, initial-scale=1">

<link rel="stylesheet" href="<?php echo get_stylesheet_uri(); ?>" type="text/css" media="screen" />
<link rel="stylesheet" href="<?php _e (get_stylesheet_directory_uri() . '/css/magnific-popup.css'); ?>" type="text/css" media="screen" />
<link rel="pingback" href="<?php bloginfo( 'pingback_url' ); ?>" />
<link rel="shortcut icon" sizes="16x16 32x32 48x48 64x64" href="http://hgnm.org/favicon.ico">
<link rel="apple-touch-icon-precomposed" href="<?php _e (get_stylesheet_directory_uri() . '/img/favicon-152.png'); ?>">
Expand Down
File renamed without changes.
6 changes: 6 additions & 0 deletions scss/style.scss
Original file line number Diff line number Diff line change
Expand Up @@ -1840,3 +1840,9 @@ iframe {
page-break-after: avoid;
}
}

/* ==========================================================================
Import plugin styles
========================================================================== */

@import "magnific-popup";
2 changes: 1 addition & 1 deletion style.css

Large diffs are not rendered by default.

0 comments on commit 05fa4d1

Please sign in to comment.