diff --git a/cis/infoterminal/infoscreen.php b/cis/infoterminal/infoscreen.php index 91fc978c7..d781cc515 100644 --- a/cis/infoterminal/infoscreen.php +++ b/cis/infoterminal/infoscreen.php @@ -22,6 +22,9 @@ require_once('../../config/cis.config.inc.php'); require_once('../../include/news.class.php'); require_once('../../include/content.class.php'); + +header("Cache-Control: no-cache, must-revalidate"); // HTTP/1.1 +header("Expires: Sat, 26 Jul 1997 05:00:00 GMT"); // Date in the past ?> diff --git a/skin/infoscreen.css b/skin/infoscreen.css index c986958f3..76cdce758 100644 --- a/skin/infoscreen.css +++ b/skin/infoscreen.css @@ -95,7 +95,17 @@ font.ContentHeader background-color: #FCFCFC; padding: 0px 10px 0px 10px; } +/* Margin von ersten und letzten P tag entfernen, da sonst + breite Raender entstehen koenne*/ +#news .news .text p:first-child +{ + margin-top:0px; +} +#news .news .text p:last-child +{ + margin-bottom:0px; +} /* Images */ img {