Fix padding

This commit is contained in:
John Firebaugh 2013-08-05 14:48:48 -07:00
parent 4a9b6f3182
commit 250a068b06
2 changed files with 2 additions and 1 deletions

View file

@ -1030,6 +1030,7 @@ ul.results-list li { border-bottom: 1px solid #ccc; }
#content {
position: relative;
padding: $lineheight;
}
.site-edit #content,

View file

@ -153,7 +153,7 @@
<%= yield :heading %>
</div>
<% end %>
<div id="content" class="pad2 clearfix">
<div id="content" class="clearfix">
<%= yield %>
</div>
</div>