changing size of the central div

This commit is contained in:
Andrew Davidson 2010-01-10 21:55:31 +08:00
parent 02da92fcdb
commit 706315029b

View file

@ -1,5 +1,5 @@
<div class="box">
<div class="border" style="width:450px;height:550px;">
<div class="border" style="width:450px;height:600px;">
<%= render :partial => "grid" %>
<h1>most interesting photos</h1>
</div>