aboutsummaryrefslogtreecommitdiff
path: root/configs/conferences/jh-sued-2016
diff options
context:
space:
mode:
authorthomic2016-06-12 03:32:25 +0200
committerthomic2016-06-12 03:32:25 +0200
commit5c6944e264a2c09b2fecd504c3230b40a9b2d85a (patch)
tree5f3da4ea65a78e56417fff35c03097bae2703b97 /configs/conferences/jh-sued-2016
parentcf12647f02d6bf1965cc4cd17f6e28912f17a345 (diff)
next try, icons on mainpage
Diffstat (limited to 'configs/conferences/jh-sued-2016')
-rw-r--r--configs/conferences/jh-sued-2016/config.php2
-rw-r--r--configs/conferences/jh-sued-2016/main.less4
2 files changed, 5 insertions, 1 deletions
diff --git a/configs/conferences/jh-sued-2016/config.php b/configs/conferences/jh-sued-2016/config.php
index 41070b2..f61ae94 100644
--- a/configs/conferences/jh-sued-2016/config.php
+++ b/configs/conferences/jh-sued-2016/config.php
@@ -47,7 +47,7 @@ $GLOBALS['CONFIG']['CONFERENCE'] = array(
* Wird für den <meta name="description">-Tag verdet. Wird diese Zeile auskommentiert, wird kein solcher
* <meta>-Tag generiert.
*/
- 'DESCRIPTION' => '<img src="../configs/conferences/jh-sued-2016/Banner_JH-Sued-2016.svg">',
+ 'DESCRIPTION' => '<img src="./configs/conferences/jh-sued-2016/Icon_JH-Sued-2016.svg" class="iconjh">',
/**
* Schlüsselwortliste, Kommasepariert
diff --git a/configs/conferences/jh-sued-2016/main.less b/configs/conferences/jh-sued-2016/main.less
index c67fd30..a871e47 100644
--- a/configs/conferences/jh-sued-2016/main.less
+++ b/configs/conferences/jh-sued-2016/main.less
@@ -11,3 +11,7 @@ img.jhsued {
left: 10px;
z-index: -100;
}
+
+img.iconjh {
+ margin-top: 10px;
+}