pre review wrapup
authorIan Weller <ian@gaslightmedia.com>
Wed, 14 Dec 2016 21:54:54 +0000 (16:54 -0500)
committerIan Weller <ian@gaslightmedia.com>
Wed, 14 Dec 2016 21:54:54 +0000 (16:54 -0500)
I have most of everything ready for it to be reviewed now.  Still may need
more responsive edits

css/app.css
parts/header-meta.php
screenshot.png [new file with mode: 0644]
scss/_copyright.scss

index 52723c3..ab819e4 100644 (file)
@@ -6865,7 +6865,7 @@ footer.main {
     color: #efab2c; }
 
 #copyright {
-  padding: 12px 0;
+  padding: 8px 0;
   background: #618eaa;
   margin: 0 auto;
   float: none; }
index 439c6d1..5ce737a 100644 (file)
@@ -4,5 +4,6 @@
     <title><?php wp_title(); ?></title>
     <link rel="stylesheet" href="<?php echo get_stylesheet_directory_uri() ; ?>/css/app.css">
     <link href='http://fonts.googleapis.com/css?family=Open+Sans:400,400italic,700' rel='stylesheet' type='text/css'>
+    <link rel="shortcut icon" href="<?php echo get_template_directory_uri(); ?>/favicon.ico">
     <?php wp_head(); ?>
   </head>
\ No newline at end of file
diff --git a/screenshot.png b/screenshot.png
new file mode 100644 (file)
index 0000000..b060103
Binary files /dev/null and b/screenshot.png differ
index e3ef168..25e8039 100644 (file)
@@ -1,5 +1,5 @@
 #copyright {
-    padding: 12px 0;
+    padding: 8px 0;
     background: $blue;
     margin: 0 auto;
     float: none;