Added bottom margin to dynamic content.

I.e. the credits and search results lists, so that they don't end flush
with the base of the browser window.
This commit is contained in:
Oliver Hamlet
2015-02-05 00:42:21 +00:00
parent e70fd00792
commit ac45839d7b
2 changed files with 4 additions and 0 deletions
+3
View File
@@ -5,6 +5,9 @@ permalink: /credits/
---
<style>
#contrib {
margin-bottom: 16px;
}
#contrib > paper-item {
display: inline-block;
margin: 2px;
+1
View File
@@ -7,6 +7,7 @@ permalink: /search/
<style>
#results {
background: white;
margin-bottom: 16px;
}
#progress.hidden {
display: none;