diff options
| author | thomic | 2016-06-12 03:32:25 +0200 | 
|---|---|---|
| committer | thomic | 2016-06-12 03:32:25 +0200 | 
| commit | 5c6944e264a2c09b2fecd504c3230b40a9b2d85a (patch) | |
| tree | 5f3da4ea65a78e56417fff35c03097bae2703b97 /configs/conferences/jh-nord-2016 | |
| parent | cf12647f02d6bf1965cc4cd17f6e28912f17a345 (diff) | |
next try, icons on mainpage
Diffstat (limited to 'configs/conferences/jh-nord-2016')
| -rw-r--r-- | configs/conferences/jh-nord-2016/config.php | 2 | ||||
| -rw-r--r-- | configs/conferences/jh-nord-2016/main.less | 4 | 
2 files changed, 5 insertions, 1 deletions
| diff --git a/configs/conferences/jh-nord-2016/config.php b/configs/conferences/jh-nord-2016/config.php index 56d0ffc..f5f0e3b 100644 --- a/configs/conferences/jh-nord-2016/config.php +++ b/configs/conferences/jh-nord-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-nord-2016/Icon_JH-Nord-2016.svg">', +	'DESCRIPTION' => '<img src="./configs/conferences/jh-nord-2016/Icon_JH-Nord-2016.svg" class="iconjh">',  	/**  	 * Schlüsselwortliste, Kommasepariert diff --git a/configs/conferences/jh-nord-2016/main.less b/configs/conferences/jh-nord-2016/main.less index 103b6f6..07a861a 100644 --- a/configs/conferences/jh-nord-2016/main.less +++ b/configs/conferences/jh-nord-2016/main.less @@ -11,3 +11,7 @@ img.jhnord {  	left: 10px;  	z-index: -100;  } + +img.iconjh { +	margin-top: 10px; +} | 
