Finished translatable variables in NarrativeWeb

svn: r12954
This commit is contained in:
Rob G. Healey
2009-08-11 01:29:53 +00:00
parent b462ef15cf
commit cfad2f0629
2 changed files with 64 additions and 59 deletions

View File

@@ -770,28 +770,28 @@ table.download tbody tr td {
border-width:0 2px 2px 2px;
text-align:left;
}
table.download td.Description {
table.download td.ColumnDescription {
width:45%;
}
table.download td.License {
table.download td.ColumnLicense {
width:6%;
padding-left:20px;
}
table.download td.Filename {
table.download td.ColumnFilename {
width:30%;
background-color:#FFF;
}
table.download td.Filename a {
table.download td.ColumnFilename a {
display:block;
padding:10px;
font-weight:bold;
font-style: italic;
text-decoration:none;
}
table.download td.Filename a:hover {
table.download td.ColumnFilename a:hover {
text-decoration:underline;
}
table.download td.Modified {
table.download td.ColumnModified {
width:17%;
font-weight:bold;
}