Fix padding
This commit is contained in:
parent
4a9b6f3182
commit
250a068b06
2 changed files with 2 additions and 1 deletions
|
@ -1030,6 +1030,7 @@ ul.results-list li { border-bottom: 1px solid #ccc; }
|
|||
|
||||
#content {
|
||||
position: relative;
|
||||
padding: $lineheight;
|
||||
}
|
||||
|
||||
.site-edit #content,
|
||||
|
|
|
@ -153,7 +153,7 @@
|
|||
<%= yield :heading %>
|
||||
</div>
|
||||
<% end %>
|
||||
<div id="content" class="pad2 clearfix">
|
||||
<div id="content" class="clearfix">
|
||||
<%= yield %>
|
||||
</div>
|
||||
</div>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue