diff options
author | friendica <info@friendica.com> | 2014-05-13 22:35:33 -0700 |
---|---|---|
committer | friendica <info@friendica.com> | 2014-05-13 22:35:33 -0700 |
commit | ca7888b7ce6bbd75c2270d3c1dfee2a616c48588 (patch) | |
tree | 5d5f7275332abccb5ecb733ca16e236b454afe05 /view | |
parent | b0dc3d3b4cc6c4c4151b2d7882062b6658637955 (diff) | |
download | volse-hubzilla-ca7888b7ce6bbd75c2270d3c1dfee2a616c48588.tar.gz volse-hubzilla-ca7888b7ce6bbd75c2270d3c1dfee2a616c48588.tar.bz2 volse-hubzilla-ca7888b7ce6bbd75c2270d3c1dfee2a616c48588.zip |
choklet tweaks
Diffstat (limited to 'view')
-rw-r--r-- | view/css/choklet_edgestwo.css | 1 | ||||
-rw-r--r-- | view/php/choklet.php | 4 |
2 files changed, 3 insertions, 2 deletions
diff --git a/view/css/choklet_edgestwo.css b/view/css/choklet_edgestwo.css index 57d02679e..96bfbc696 100644 --- a/view/css/choklet_edgestwo.css +++ b/view/css/choklet_edgestwo.css @@ -10,6 +10,7 @@ header #banner { margin-top: 75px; width: 100%; margin-bottom: 20px; + overflow-x: hidden; } nav.navbar { diff --git a/view/php/choklet.php b/view/php/choklet.php index fcfaf7804..74891044a 100644 --- a/view/php/choklet.php +++ b/view/php/choklet.php @@ -1,8 +1,8 @@ <!DOCTYPE html >
<html>
<head>
- <title><?php if(x($page,'title')) echo $page['title'] ?></title>
- <script>var baseurl="<?php echo $a->get_baseurl() ?>";</script>
+ <title><?php if(x($page,'title')) echo $page['title']; ?></title>
+ <script>var baseurl="<?php echo $a->get_baseurl(); ?>";</script>
<?php if(x($page,'htmlhead')) echo $page['htmlhead'] ?>
</head>
<body>
|