This commit is contained in:
Gerald Simane
2008-12-23 07:05:11 +00:00
parent c724301190
commit 83af048512
+37 -1
View File
@@ -19,6 +19,7 @@ iframe
padding:0px;
}
@media screen {
#menue
{
top:8%;
@@ -42,8 +43,42 @@ html>body #content
{
position:absolute;
}
}
/* Druckausgabe */
@media print {
.home_logo
{
display:none;
}
.header_line
{
display:none;
}
#menue
{
display:none;
}
#GlobalMenu
{
display:none;
}
#content
{
width:800px;
height:900px;
left:0px;
overflow: hidden;
}
}
input.TextBox
{
background-color: White;
@@ -294,8 +329,9 @@ font.ContentHeader
#news .news .titel
{
font-weight: bold;
font-size: normal;
font-size: smaller;
padding: 0px 10px 0px 10px;
white-space: nowrap;
}
#news .news .text
{