NarrativeWeb: Fixed problem on DownloadPage. Style sheets: Removed elements from DownloadPage. Download page and files now share the same copyright license as the remaining of the pages.

svn: r15742
This commit is contained in:
Rob G. Healey
2010-08-15 23:43:08 +00:00
parent 00aaa7197a
commit 9492b706b6
3 changed files with 11 additions and 34 deletions

View File

@@ -58,6 +58,7 @@ Middle Light images/Web_Mainz_MidLight.png
body {
font-family:Georgia, serif;
width: 965px;
color:#7D5925;
margin:0;
padding:0 14px 0 14px;
@@ -75,7 +76,6 @@ img {
background:none;
}
.content {
width:965px;
margin:0 auto;
padding-bottom:.5em;
background:url(../images/Web_Mainz_Mid.png) #FFF2C6 repeat;
@@ -770,38 +770,32 @@ div#EventDetail table.eventlist tbody tr td.ColumnEvent {
----------------------------------------------------- */
div#Download {
margin: 0;
padding:0px 20px 0px 20px;
width: 965px;
}
div#Download table.download {
border: solid 1px #000;
margin: .1cm 0px .5cm 0px;
width: 100%;
margin: 10px 0px 10px 0px;
}
div#Download table.download tbody tr#Row02 {
border-bottom: solid 1px #000;
}
div#Download table.download tbody tr td {
border: solid 1px #000;
padding: 5px 0px 5px 5px;
text-align: left;
padding: 5px 0px 5px 0px;
}
div#Download table.download td.ColumnFilename {
width: 30%;
width: 20%;
}
div#Download table.download td.ColumnFilename a {
font-weight: bold;
font-style: italic;
}
div#Download table.download td.ColumnDescription {
width: 45%;
width: 30%;
}
div#Download table.download td.ColumnModified {
width: 17%;
}
div#Download a.copyright a img {
float: center;
text-align: center;
width: 20%;
}
/* Repositories
@@ -812,6 +806,7 @@ div#RepositoryList, div#RepositoryDetail {
}
div#RepositoryList table.repolist tbody tr td {
border-bottom: dashed 1px #000;
padding: 2px 0px 2px 0px;
}
div#RepositoryList table.repolist tbody tr td a {
display: block;