projects
/
WP-Themes
/
hpakidscamp.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
c5620eb
)
fixing interior page topbar navigation styles
author
Anthony Talarico
<talarico@gaslightmedia.com>
Thu, 31 May 2018 19:10:54 +0000
(15:10 -0400)
committer
Anthony Talarico
<talarico@gaslightmedia.com>
Thu, 31 May 2018 19:10:54 +0000
(15:10 -0400)
index.php
patch
|
blob
|
history
diff --git
a/index.php
b/index.php
index
466490c
..
f877bb2
100644
(file)
--- a/
index.php
+++ b/
index.php
@@
-5,7
+5,7
@@
<body>
<div class="off-canvas-wrap" data-offcanvas>
<div class="inner-wrap">
- <div id="page-wrapper" class="
<?php echo is_front_page() ? 'interior-wrapper' : '';?>
">
+ <div id="page-wrapper" class="
interior-wrapper
">
<?php
include "sections/header.php";
include "sections/off-canvas.php";