migrating the rest of row-fluids to row

This commit is contained in:
psychobunny
2013-08-24 00:44:27 +08:00
parent a859f4524c
commit 9b35d8f8e1
11 changed files with 13 additions and 13 deletions

View File

@@ -1,7 +1,7 @@
<ul class="posts">
<!-- BEGIN main_posts -->
<li>
<div class="row-fluid">
<div class="row">
<div class="span2">
<img src="{main_posts.picture}" /><br />
{main_posts.username}
@@ -14,7 +14,7 @@
<!-- END main_posts -->
<!-- BEGIN posts -->
<li>
<div class="row-fluid">
<div class="row">
<div class="span2">
<img src="{posts.picture}" /><br />
{posts.username}