Make sure main css file is last one called
authorSteve Sutton <steve@gaslightmedia.com>
Wed, 31 Dec 2014 17:03:30 +0000 (12:03 -0500)
committerSteve Sutton <steve@gaslightmedia.com>
Wed, 31 Dec 2014 17:03:30 +0000 (12:03 -0500)
to insure it overrides anything from plugins

header.php

index 2fd469c..4c85dcd 100755 (executable)
@@ -5,8 +5,8 @@
     <meta name="viewport" content="width=device-width, initial-scale=1.0" />
     <title>Grey Gables Restaurant</title>
     <title><?php wp_title(); ?></title>
-    <link rel="stylesheet" href="<?php echo get_stylesheet_directory_uri() ; ?>/css/app.css" />
     <?php wp_head();?>
+    <link rel="stylesheet" href="<?php echo get_stylesheet_directory_uri() ; ?>/css/app.css" />
     <link href='http://fonts.googleapis.com/css?family=Open+Sans' rel='stylesheet' type='text/css'>
   </head>
   <body>