diff --git a/mozilla/toolkit/themes/pinstripe/help/helpFileLayout.css b/mozilla/toolkit/themes/pinstripe/help/helpFileLayout.css index 3d234b6963e..f6bd1ef51e2 100644 --- a/mozilla/toolkit/themes/pinstripe/help/helpFileLayout.css +++ b/mozilla/toolkit/themes/pinstripe/help/helpFileLayout.css @@ -127,19 +127,19 @@ li { } table { - background-color: #eeeeee; /* really light grey */ - border: 1px solid black; border-collapse: collapse; } -td { - border: 1px solid #999999; /* grey */ - vertical-align: top; +td, th { + border: 1px solid #ddd; /* grey */ + padding: 6px; + vertical-align: top; } th { - background-color: #99ccff; /* light aqua */ - font-weight: bold; + background-color: #eee; /* light grey */ + font-weight: bold; + text-align: left; } .noTableBorder, diff --git a/mozilla/toolkit/themes/qute/help/helpFileLayout.css b/mozilla/toolkit/themes/qute/help/helpFileLayout.css index 97f5f49c59c..cf92c20e316 100644 --- a/mozilla/toolkit/themes/qute/help/helpFileLayout.css +++ b/mozilla/toolkit/themes/qute/help/helpFileLayout.css @@ -89,17 +89,19 @@ li { } table { - background-color: #eeeeee; /* really light grey */ + border-collapse: collapse; } -td { - border: 1px solid #999999; /* grey */ - vertical-align: top; +td, th { + border: 1px solid #ddd; /* grey */ + padding: 6px; + vertical-align: top; } th { - background-color: #99ccff; /* light aqua */ - font-weight: bold; + background-color: #eee; /* light grey */ + font-weight: bold; + text-align: left; } .noTableBorder, @@ -107,4 +109,4 @@ th { .noTableBorder th { background-color: transparent; border: 0px solid transparent; -} \ No newline at end of file +} diff --git a/mozilla/toolkit/themes/winstripe/help/helpFileLayout.css b/mozilla/toolkit/themes/winstripe/help/helpFileLayout.css index 3d234b6963e..f6bd1ef51e2 100644 --- a/mozilla/toolkit/themes/winstripe/help/helpFileLayout.css +++ b/mozilla/toolkit/themes/winstripe/help/helpFileLayout.css @@ -127,19 +127,19 @@ li { } table { - background-color: #eeeeee; /* really light grey */ - border: 1px solid black; border-collapse: collapse; } -td { - border: 1px solid #999999; /* grey */ - vertical-align: top; +td, th { + border: 1px solid #ddd; /* grey */ + padding: 6px; + vertical-align: top; } th { - background-color: #99ccff; /* light aqua */ - font-weight: bold; + background-color: #eee; /* light grey */ + font-weight: bold; + text-align: left; } .noTableBorder,