From 7876001aa78a4cc624bedcc736c39611c580ab29 Mon Sep 17 00:00:00 2001 From: "jwalden%mit.edu" Date: Sat, 15 Oct 2005 00:16:52 +0000 Subject: [PATCH] Bug 295229 - Make shortcuts table styling in Help docs not suck. Style changes by Steven Garrity , patch by me, a=asa. git-svn-id: svn://10.0.0.236/branches/MOZILLA_1_8_BRANCH@182287 18797224-902f-48f8-a5cc-f745e15eee43 --- .../themes/pinstripe/help/helpFileLayout.css | 14 +++++++------- .../toolkit/themes/qute/help/helpFileLayout.css | 16 +++++++++------- .../themes/winstripe/help/helpFileLayout.css | 14 +++++++------- 3 files changed, 23 insertions(+), 21 deletions(-) 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,