diff --git a/src/data/Web_Basic-Ash.css b/src/data/Web_Basic-Ash.css index eb0a0f928..4a1f32970 100644 --- a/src/data/Web_Basic-Ash.css +++ b/src/data/Web_Basic-Ash.css @@ -1067,21 +1067,22 @@ div#WebLinks { margin : 0 auto; padding: 0; } - -table.weblinks tr td { +table.WebLinks { + width: 100%; +} +table.weblinks tbody tr td { background-color: #EEE; border-bottom: dashed 1px #000; } -table.weblinks tr td.ColumnRowLabel { - width: 6%; +table.weblinks tbody tr td.ColumnType { + width: 20%; } -table.weblinks tr td.ColumnType { +table.WebLinks tbody tr td.ColumnPath { + width: 50%; +} +table.weblinks tbody tr td.ColumnDescription { width: 30%; } -table.weblinks tr td.ColumnDescription { - width: 30%; -} - /* Subsections : Pedigree ----------------------------------------------------- */ diff --git a/src/data/Web_Basic-Cypress.css b/src/data/Web_Basic-Cypress.css index b7ba44f0f..0d176ffdf 100644 --- a/src/data/Web_Basic-Cypress.css +++ b/src/data/Web_Basic-Cypress.css @@ -1088,21 +1088,22 @@ div#WebLinks { margin : 0 auto; padding: 0; } - -table.weblinks tr td { +table.WebLinks { + width: 100%; +} +table.weblinks tbody tr td { background-color: #E0E6E0; border-bottom: dashed 1px #000; } -table.weblinks tr td.ColumnRowLabel { - width: 5%; +table.weblinks tbody tr td.ColumnType { + width: 20%; } -table.weblinks tr td.ColumnType { +table.WebLinks tbody tr td.ColumnPath { + width: 50%; +} +table.weblinks tbody tr td.ColumnDescription { width: 30%; } -table.weblinks tr td.ColumnDescription { - width: 30%; -} - /* Subsections : Pedigree ----------------------------------------------------- */ diff --git a/src/data/Web_Basic-Lilac.css b/src/data/Web_Basic-Lilac.css index 464f0f09f..48dfa8bd2 100644 --- a/src/data/Web_Basic-Lilac.css +++ b/src/data/Web_Basic-Lilac.css @@ -1035,21 +1035,22 @@ div#WebLinks { margin : 0 auto; padding: 0; } - -table.weblinks tr td { +table.WebLinks { + width: 100%; +} +table.weblinks tbody tr td { background-color: #E6E0E9; border-bottom: dashed 1px #000; } -table.weblinks tr td.ColumnRowLabel { - width: 5%; +table.weblinks tbody tr td.ColumnType { + width: 20%; } -table.weblinks tr td.ColumnType { +table.WebLinks tbody tr td.ColumnPath { + width: 50%; +} +table.weblinks tbody tr td.ColumnDescription { width: 30%; } -table.weblinks tr td.ColumnDescription { - width: 30%; -} - /* Subsections : Pedigree ----------------------------------------------------- */ diff --git a/src/data/Web_Basic-Peach.css b/src/data/Web_Basic-Peach.css index 3a55d0b68..819f85bb9 100644 --- a/src/data/Web_Basic-Peach.css +++ b/src/data/Web_Basic-Peach.css @@ -1039,21 +1039,22 @@ div#WebLinks { margin : 0 auto; padding: 0; } - -table.weblinks tr td { +table.WebLinks { + width: 100%; +} +table.weblinks tbody tr td { background-color: #FFE09F; border-bottom: dashed 1px #000; } -table.weblinks tr td.ColumnRowLabel { - width: 5%; +table.weblinks tbody tr td.ColumnType { + width: 20%; } -table.weblinks tr td.ColumnType { +table.WebLinks tbody tr td.ColumnPath { + width: 50%; +} +table.weblinks tbody tr td.ColumnDescription { width: 30%; } -table.weblinks tr td.ColumnDescription { - width: 30%; -} - /* Subsections : Pedigree ----------------------------------------------------- */ diff --git a/src/data/Web_Basic-Spruce.css b/src/data/Web_Basic-Spruce.css index 47a5350ae..d41d40fdb 100644 --- a/src/data/Web_Basic-Spruce.css +++ b/src/data/Web_Basic-Spruce.css @@ -1037,17 +1037,19 @@ div#WebLinks { margin : 0 auto; padding: 0; } - -table.weblinks tr td { +table.WebLinks { + width: 100%; +} +table.weblinks tbody tr td { border-bottom: dashed 1px #000; } -table.weblinks tr td.ColumnRowLabel { - width: 5%; +table.weblinks tbody tr td.ColumnType { + width: 20%; } -table.weblinks tr td.ColumnType { - width: 30%; +table.WebLinks tbody tr td.ColumnPath { + width: 50%; } -table.weblinks tr td.ColumnDescription { +table.weblinks tbody tr td.ColumnDescription { width: 30%; } diff --git a/src/data/Web_Mainz.css b/src/data/Web_Mainz.css index 710115efe..a1650576c 100644 --- a/src/data/Web_Mainz.css +++ b/src/data/Web_Mainz.css @@ -1093,16 +1093,19 @@ div#WebLinks { margin : 0 auto; padding: 0; } -table.weblinks tr td { +table.WebLinks { + width: 100%; +} +table.weblinks tbody tr td { border-bottom: dashed 1px #000; } -table.weblinks tr td.ColumnRowLabel { - width: 6%; +table.weblinks tbody tr td.ColumnType { + width: 20%; } -table.weblinks tr td.ColumnType { - width: 40%; +table.WebLinks tbody tr td.ColumnPath { + width: 50%; } -table.weblinks tr td.ColumnDescription { +table.weblinks tbody tr td.ColumnDescription { width: 30%; } diff --git a/src/data/Web_Nebraska.css b/src/data/Web_Nebraska.css index 687d33e25..9f6b1ba3f 100644 --- a/src/data/Web_Nebraska.css +++ b/src/data/Web_Nebraska.css @@ -1084,18 +1084,20 @@ div#WebLinks { margin : 0 auto; padding: 0; } - -table.weblinks tr td { +table.WebLinks { + width: 100%; +} +table.weblinks tbody tr td { background-color: #F6F2EE; border-bottom: dashed 1px #000; } -table.weblinks tr td.ColumnRowLabel { - width: 5%; +table.weblinks tbody tr td.ColumnType { + width: 20%; } -table.weblinks tr td.ColumnType { - width: 30%; +table.WebLinks tbody tr td.ColumnPath { + width: 50%; } -table.weblinks tr td.ColumnDescription { +table.weblinks tbody tr td.ColumnDescription { width: 30%; } diff --git a/src/data/Web_Visually.css b/src/data/Web_Visually.css index 95c04b273..7f70aed2e 100644 --- a/src/data/Web_Visually.css +++ b/src/data/Web_Visually.css @@ -1231,19 +1231,21 @@ div#WebLinks { margin : 0 auto; padding: 0; } - -table.weblinks tr td { +table.WebLinks { + width: 100%; +} +table.weblinks tbody tr td { background-color: #6AF364; border-bottom: dashed 1px #000; } -table.weblinks tr td.ColumnRowLabel { - width: 8%; +table.weblinks tbody tr td.ColumnType { + width: 20%; } -table.weblinks tr td.ColumnType { - width: 30%; -} -table.weblinks tr td.ColumnDescription { +table.WebLinks tbody tr td.ColumnPath { background-color: #FFF; + width: 50%; +} +table.weblinks tbody tr td.ColumnDescription { width: 30%; }