diff options
author | David Lamparter <equinox@diac24.net> | 2012-04-01 01:28:14 +0200 |
---|---|---|
committer | David Lamparter <equinox@diac24.net> | 2012-04-01 01:28:14 +0200 |
commit | 29a0b919d25b005afb9c9affde7ce2725eb77a2d (patch) | |
tree | 052c20009704bfd81cfd3b94a793d64860c3aaf5 /template/pages/termine | |
parent | b06f5e55b067b6cfbdb7f5b54c64355d1c2b99f3 (diff) |
Flyer CSS hotfix
can't fix this properly, the CSS is used in many places and I
don't know the design really
Diffstat (limited to 'template/pages/termine')
-rw-r--r-- | template/pages/termine/content.html | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/template/pages/termine/content.html b/template/pages/termine/content.html index a002c2d..8c62c9d 100644 --- a/template/pages/termine/content.html +++ b/template/pages/termine/content.html @@ -7,8 +7,8 @@ <h3> Regelmäßige Veranstaltungen </h3> -<div class="imagecontent"> - <a href="inc/flyer/sublab_april_2012.pdf" class="img"><img class="contentimage" src="img/04_flyer_april.png" alt="Flyer April 2012"></a> +<div class="imagecontent" style="text-align:right"> + <a href="inc/flyer/sublab_april_2012.pdf" class="img"><img class="contentimage" src="img/04_flyer_april.png" alt="Flyer April 2012" style="width:194px"></a> <p class="subtext"> sublab Flyer April 2012 (pdf) </p> |