Bug 295229 - Make shortcuts table styling in Help docs not suck. Style changes by Steven Garrity <steven at silverorange dot com>, patch by me, a=asa.

git-svn-id: svn://10.0.0.236/branches/MOZILLA_1_8_BRANCH@182287 18797224-902f-48f8-a5cc-f745e15eee43
This commit is contained in:
jwalden%mit.edu
2005-10-15 00:16:52 +00:00
parent e4bef70346
commit 7876001aa7
3 changed files with 23 additions and 21 deletions

View File

@@ -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,

View File

@@ -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;
}
}

View File

@@ -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,