Navigation Menu

Skip to content

Commit

Permalink
Increase margin between content and footer
Browse files Browse the repository at this point in the history
  • Loading branch information
darashi committed Aug 15, 2012
1 parent b8d95d0 commit a5fd429
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 2 deletions.
4 changes: 4 additions & 0 deletions public/css/norema.css
Expand Up @@ -15,3 +15,7 @@ body {
.search-on-top input[type="submit"] {
padding: 7px 14px 7px 14px;
}

footer {
margin-top: 20px;
}
4 changes: 2 additions & 2 deletions views/layout.jade
Expand Up @@ -16,8 +16,9 @@ html
.container
block content

.row
footer.row
.span12
hr
p
span
| Get the source code on GitHub:
Expand All @@ -27,4 +28,3 @@ html
| Powered by
a(href="gcs.groonga.org") Groonga CloudSearch
|.

0 comments on commit a5fd429

Please sign in to comment.