This website works better with JavaScript.
Home
Explore
Help
Register
Sign In
creylopez
/
phpsqlitecms
Watch
1
Star
0
Fork
0
Code
Issues
0
Pull Requests
0
Projects
0
Releases
0
Wiki
Activity
Browse Source
Fix padding on pages without sidebars
This is especially noticeable on small screens.
pull/5/head
Bryan McBride
12 years ago
parent
25a3942c8e
commit
df2c5194d7
1 changed files
with
1 additions
and
1 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+1
-1
cms/templates/default.tpl
+ 1
- 1
cms/templates/default.tpl
View File
@ -56,7 +56,7 @@
<div class="body-content">
<div class="row<?php if(isset($tv['nocolumns'])): ?> main-content<?php endif; ?>">
<div class="row<?php if(isset($tv['nocolumns'])): ?>
col-md-12
main-content<?php endif; ?>">
<?php if(empty($tv['nocolumns'])): ?>
<div class="col-md-9 main-content">
Write
Preview
Loading…
Cancel
Save