Cleanup on display_url_list() and WebLinks elements.

svn: r15524
This commit is contained in:
Rob G. Healey
2010-06-04 03:33:14 +00:00
parent fcf02507b5
commit 504b31e255
2 changed files with 17 additions and 22 deletions

View File

@@ -1212,15 +1212,18 @@ div#WebLinks {
margin : 0 auto;
padding: 0;
}
table.weblinks tr td.ColumnRowLabel {
width: 6%;
table.WebLinks {
width: 100%;
}
table.weblinks tr td.ColumnType {
table.weblinks tbody tr td.ColumnType {
width: 15%;
}
table.WebLinks tbody tr td.ColumnPath {
width: 50%;
}
table.weblinks tbody tr td.ColumnDescription {
width: 30%;
}
table.weblinks tr td.ColumnDescription {
width: 64%;
}
/* Subsections : Pedigree
----------------------------------------------------- */