Fixed download page table being oversized. Removed download page note from download page. Bug#3795 should be resolved.
svn: r15003
This commit is contained in:
@@ -177,7 +177,7 @@ a:visited {
|
||||
/* Header
|
||||
----------------------------------------------------- */
|
||||
#header {
|
||||
width:965px;
|
||||
width: 100%;
|
||||
margin:0 auto;
|
||||
padding:5em 0 2px 0;
|
||||
background:url(../images/Web_Mainz_Header.png) repeat-x top left;
|
||||
@@ -214,7 +214,7 @@ table tr.odd {
|
||||
----------------------------------------------------- */
|
||||
#navigation, #subnavigation {
|
||||
font-family:sans-serif;
|
||||
width:965px;
|
||||
width: 100%;
|
||||
margin:0 auto;
|
||||
padding:0;
|
||||
background:url(../images/Web_Mainz_MidLight.png) #FFF2C6;
|
||||
@@ -757,12 +757,12 @@ div#EventDetail table.eventlist tbody tr td.ColumnEvent {
|
||||
/* Download
|
||||
----------------------------------------------------- */
|
||||
#Download {
|
||||
padding:1cm;
|
||||
height:396px;
|
||||
padding: 0;
|
||||
width: 100%;
|
||||
height: 350px;
|
||||
}
|
||||
table.download {
|
||||
border:solid 2px #000;
|
||||
width:100%;
|
||||
}
|
||||
table.download img {
|
||||
text-align: center;
|
||||
@@ -1205,7 +1205,7 @@ table.weblinks tr td.ColumnDescription {
|
||||
----------------------------------------------------- */
|
||||
#footer {
|
||||
clear:both;
|
||||
width:965px;
|
||||
width: 100%;
|
||||
height: 60px;
|
||||
font-size:12px;
|
||||
line-height:130%;
|
||||
|
Reference in New Issue
Block a user