diff options
-rw-r--r-- | .templates/newsitem.tmpl | 2 | ||||
-rw-r--r-- | local.css | 6 |
2 files changed, 5 insertions, 3 deletions
diff --git a/.templates/newsitem.tmpl b/.templates/newsitem.tmpl index af976b57..919200bb 100644 --- a/.templates/newsitem.tmpl +++ b/.templates/newsitem.tmpl @@ -42,7 +42,7 @@ <TMPL_IF HTML5></section><TMPL_ELSE></div></TMPL_IF> <TMPL_IF ENCLOSURE> -<TMPL_IF HTML5><section id="newsenclosure"><TMPL_ELSE><div id="newsenclosure"></TMPL_IF> +<TMPL_IF HTML5><section id="newsitemenclosure"><TMPL_ELSE><div id="newsitemenclosure"></TMPL_IF> <a href="<TMPL_VAR ENCLOSURE>">Download</a> <TMPL_IF HTML5></section><TMPL_ELSE></div></TMPL_IF> </TMPL_IF> @@ -216,13 +216,15 @@ a:hover padding: 0.5em 0em; line-height: 1; } -.newsitemcontent +.newsitemcontent, +.newsitemenclosure { padding-left: 0.2em; padding-top: 0.1em; } -.newsitemcontent p +.newsitemcontent p, +.newsitemenclosure p { margin: 0.3em; } |