changeset 406:f469261d617b

Cosmetic tweaks; break in download definition list; padding added for news story containers.
author Brian Neal <bgneal@gmail.com>
date Thu, 31 Mar 2011 00:38:02 +0000
parents c99d8981068b
children 42a4e66972d5
files gpp/templates/downloads/download.html static/css/base.css
diffstat 2 files changed, 4 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- a/gpp/templates/downloads/download.html	Sun Mar 27 23:59:10 2011 +0000
+++ b/gpp/templates/downloads/download.html	Thu Mar 31 00:38:02 2011 +0000
@@ -24,4 +24,5 @@
 </tr>
 </table>
 <div id="link-{{ download.id }}"><button type="button" class="dl-button" id="dl-{{ download.id }}">Download</button></div>
+<br />
 </dd>
--- a/static/css/base.css	Sun Mar 27 23:59:10 2011 +0000
+++ b/static/css/base.css	Thu Mar 31 00:38:02 2011 +0000
@@ -430,3 +430,6 @@
 .solid-background {
  background-color: #EDF7F6;
 }
+div.news-story-container {
+   padding: 0.5em;
+}