Cleanup on display_url_list() and WebLinks elements.
svn: r15524
This commit is contained in:
@@ -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
|
||||
----------------------------------------------------- */
|
||||
|
Reference in New Issue
Block a user