diff options
Diffstat (limited to '')
| -rw-r--r-- | configs/conferences/jh-nord-2016/config.php | 2 | ||||
| -rw-r--r-- | configs/conferences/jh-nord-2016/main.less | 4 | ||||
| -rw-r--r-- | configs/conferences/jh-sued-2016/config.php | 2 | ||||
| -rw-r--r-- | configs/conferences/jh-sued-2016/main.less | 4 | 
4 files changed, 10 insertions, 2 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; +} 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; +} | 
