aboutsummaryrefslogtreecommitdiffstats
path: root/view/php/full.php
diff options
context:
space:
mode:
authorMario Vavti <mario@mariovavti.com>2017-03-28 15:41:12 +0200
committerMario Vavti <mario@mariovavti.com>2017-03-28 15:41:12 +0200
commit171b6a222d164e157ebaaba6ee177ccbb6c14514 (patch)
treef6409938ca13855ee02c9c1c7f9994380056f2e3 /view/php/full.php
parentf05181322cf08539fb147bbd5f6edfb93c254b7e (diff)
downloadvolse-hubzilla-171b6a222d164e157ebaaba6ee177ccbb6c14514.tar.gz
volse-hubzilla-171b6a222d164e157ebaaba6ee177ccbb6c14514.tar.bz2
volse-hubzilla-171b6a222d164e157ebaaba6ee177ccbb6c14514.zip
fixes for latest bootstrap
Diffstat (limited to 'view/php/full.php')
-rw-r--r--view/php/full.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/view/php/full.php b/view/php/full.php
index 522dafb28..64e32c5bd 100644
--- a/view/php/full.php
+++ b/view/php/full.php
@@ -7,7 +7,7 @@
</head>
<body>
<header><?php if(x($page,'header')) echo $page['header']; ?></header>
- <nav class="navbar fixed-top navbar-expand-sm navbar-inverse bg-inverse"><?php if(x($page,'nav')) echo $page['nav']; ?></nav>
+ <nav class="navbar fixed-top navbar-expand-md navbar-inverse bg-inverse"><?php if(x($page,'nav')) echo $page['nav']; ?></nav>
<section><?php if(x($page,'content')) echo $page['content']; ?>
<div id="page-footer"></div>
</section>