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:
@@ -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,
|
||||
|
||||
@@ -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;
|
||||
}
|
||||
}
|
||||
|
||||
@@ -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,
|
||||
|
||||
Reference in New Issue
Block a user