Infoscreen:

Anzeigefehler behoben
Cache deaktiviert
This commit is contained in:
Andreas Österreicher
2011-09-15 14:50:34 +00:00
parent acdeed9fe5
commit dcd3e51908
2 changed files with 13 additions and 0 deletions
+3
View File
@@ -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
?>
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
<html>
+10
View File
@@ -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
{