mirror of
https://github.com/FH-Complete/FHC-Core.git
synced 2026-06-01 12:19:28 +00:00
Infoscreen:
Anzeigefehler behoben Cache deaktiviert
This commit is contained in:
@@ -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>
|
||||
|
||||
@@ -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
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user