From d1399b05399e47692b8010193e0d435b7e90a896 Mon Sep 17 00:00:00 2001 From: Ian Weller Date: Wed, 29 Jul 2015 14:59:53 -0400 Subject: [PATCH] header and reservation work --- front-page.php | 22 ---------------------- header.php | 25 +++++++++++++++++++++++++ scss/_page.header.scss | 9 ++++++--- 3 files changed, 31 insertions(+), 25 deletions(-) diff --git a/front-page.php b/front-page.php index 9e98451..b1fc29d 100644 --- a/front-page.php +++ b/front-page.php @@ -1,28 +1,6 @@
-
-
-

Check In:

- -
-

Check Out:

- -
-
-

Select Lodging:

- -
- -
-
+
+
+ +
+

Check In:

+ +
+

Check Out:

+ +
+
+

Select Lodging:

+ +
+ +
+
+
diff --git a/scss/_page.header.scss b/scss/_page.header.scss index f332006..37ca34f 100644 --- a/scss/_page.header.scss +++ b/scss/_page.header.scss @@ -45,6 +45,9 @@ header { } } } + #reservation { + background: rgba($maroon, 0.9); + } // #sec-nav { // position: relative; // text-align: left; @@ -80,9 +83,9 @@ header { // } // } // } - img { - margin-left: 5px; - } +// img { +// margin-left: 5px; +// } .social { margin-top: -25px; padding-right: 0; -- 2.17.1