projects
/
web
/
TroutCreek.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
8392c15
)
Set display none on lefcol on the reservation page.
author
Steve Sutton
<steve@gaslightmedia.com>
Mon, 16 Feb 2015 14:06:20 +0000
(09:06 -0500)
committer
Steve Sutton
<steve@gaslightmedia.com>
Mon, 16 Feb 2015 14:06:20 +0000
(09:06 -0500)
static/427.phtml
patch
|
blob
|
history
diff --git
a/static/427.phtml
b/static/427.phtml
index
2ea14be
..
4674757
100644
(file)
--- a/
static/427.phtml
+++ b/
static/427.phtml
@@
-1,8
+1,14
@@
+<style>
+.pid427 #leftcol {
+ display: none !important;
+}
+</style>
<?php
$arrival = filter_var($_REQUEST['arrival']);
$departure = filter_var($_REQUEST['departure']);
?>
<iframe
+ id="resFrame"
height="600px"
width="100%"
scrolling="auto"