Skip to content
This repository has been archived by the owner on Oct 17, 2018. It is now read-only.

Commit

Permalink
Arruma span da página (não post) para ocupar largura total já que não…
Browse files Browse the repository at this point in the history
… tem barra lateral
  • Loading branch information
jpjoao committed Jan 15, 2016
1 parent 42311dc commit 650dec8
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions page.php
Original file line number Diff line number Diff line change
Expand Up @@ -16,14 +16,13 @@

<section class="content cat">
<div class="row-fluid">
<div class="span8">
<div class="span12">
<?php
while ( have_posts() ) : the_post();
the_content();
endwhile;
?>
</div>
<?php get_sidebar(); ?>
</div>
</section>

Expand Down

0 comments on commit 650dec8

Please sign in to comment.