Skip to content

Commit

Permalink
[2332] Normalise the margins on the homepage heading
Browse files Browse the repository at this point in the history
  • Loading branch information
aron authored and amercader committed May 1, 2012
1 parent 3228ef7 commit 02ee293
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
3 changes: 1 addition & 2 deletions ckan/public/css/style.css
Expand Up @@ -445,8 +445,7 @@ body.index.home .front-page .action-box {
background: #FFF7C0;
}
body.index.home .front-page .action-box-inner {
margin: 20px;
margin-bottom: 5px;
margin: 0 20px 5px;
min-height: 15em;
}
body.index.home .front-page .action-box-inner.collaborate {
Expand Down
2 changes: 1 addition & 1 deletion ckan/templates/home/index.html
Expand Up @@ -10,7 +10,7 @@

<div py:match="//div[@id='content']" class="front-page">
<div>
<h1>Welcome to ${g.site_title}!</h1>
<h1 class="page_heading">Welcome to ${g.site_title}!</h1>
</div>
<div class="row">
<div class="span4">
Expand Down

0 comments on commit 02ee293

Please sign in to comment.