diff options
author | Mario Vavti <mario@mariovavti.com> | 2017-03-28 15:41:12 +0200 |
---|---|---|
committer | Mario Vavti <mario@mariovavti.com> | 2017-03-28 15:41:12 +0200 |
commit | 171b6a222d164e157ebaaba6ee177ccbb6c14514 (patch) | |
tree | f6409938ca13855ee02c9c1c7f9994380056f2e3 /view/php/default.php | |
parent | f05181322cf08539fb147bbd5f6edfb93c254b7e (diff) | |
download | volse-hubzilla-171b6a222d164e157ebaaba6ee177ccbb6c14514.tar.gz volse-hubzilla-171b6a222d164e157ebaaba6ee177ccbb6c14514.tar.bz2 volse-hubzilla-171b6a222d164e157ebaaba6ee177ccbb6c14514.zip |
fixes for latest bootstrap
Diffstat (limited to 'view/php/default.php')
-rw-r--r-- | view/php/default.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/view/php/default.php b/view/php/default.php index 1df82daa5..e4553a17f 100644 --- a/view/php/default.php +++ b/view/php/default.php @@ -8,7 +8,7 @@ <body <?php if($page['direction']) echo 'dir="rtl"' ?> > <?php if(x($page,'banner')) echo $page['banner']; ?> <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> <main> <aside id="region_1"><div id="left_aside_spacer"><div id="left_aside_wrapper"><?php if(x($page,'aside')) echo $page['aside']; ?></div></div></aside> <section id="region_2"><?php if(x($page,'content')) echo $page['content']; ?> |