Use .row instead of .container when within .container

This is due to a change from skeleton 1.2 -> 2.04 that was missed in
commit 06114cf (last commit).

Signed-off-by: Collin J. Doering <collin.doering@rekahsoft.ca>
This commit is contained in:
Collin J. Doering 2015-01-25 03:18:04 -05:00
parent 06114cfc0d
commit 0b82fc7874
2 changed files with 2 additions and 2 deletions

View File

@ -17,7 +17,7 @@
$body$ $body$
$endif$ $endif$
<footer> <footer>
<div class='container'> <div class='row'>
<div class='six columns alpha'> <div class='six columns alpha'>
$if(teaser)$ $if(teaser)$
<a class='read-more' href='$url$'>Read More</a> <a class='read-more' href='$url$'>Read More</a>

View File

@ -12,7 +12,7 @@
</header> </header>
$body$ $body$
<footer> <footer>
<div class='container'> <div class='row'>
<div class='six columns alpha'> <div class='six columns alpha'>
<a class='read-more' href='$url$'>See Comments</a> <a class='read-more' href='$url$'>See Comments</a>
</div> </div>