Provide a small margin around tables and images here instead of hardcoding (bug #2119); make links red when active (bug #11230)

git-svn-id: svn://10.0.0.236/trunk@44930 18797224-902f-48f8-a5cc-f745e15eee43
This commit is contained in:
kipp%netscape.com 1999-08-27 21:51:46 +00:00
parent 5caf777abe
commit 5ba2f4dd8b
2 changed files with 32 additions and 6 deletions

View File

@ -147,6 +147,12 @@ table {
margin-top: 0;
margin-bottom: 0;
}
table[align=left] {
margin-right: 4px;
}
table[align=right] {
margin-left: 4px;
}
/* must never set padding in td, th */
td, th {
@ -210,13 +216,13 @@ a:visited {
}
a:active {
display: inline;
color: lime;
color: red;
text-decoration: underline;
cursor: pointer;
}
a:out-of-date {
display: inline;
color: red;
color: lime;
text-decoration: underline;
cursor: pointer;
}
@ -411,6 +417,13 @@ br {
img {
display: inline;
}
/* note: not exactly 4.x compatible; 4.x has 3px for *both* margins */
img[align=left] {
margin-right: 4px;
}
img[align=right] {
margin-left: 4px;
}
img:-moz-text {
/* font-family: sans-serif; */
/* font-size: 8.5pt; */
@ -1064,7 +1077,7 @@ area {
display: none;
}
map {
display: block;
display: none;
}
base {
display: none;

View File

@ -147,6 +147,12 @@ table {
margin-top: 0;
margin-bottom: 0;
}
table[align=left] {
margin-right: 4px;
}
table[align=right] {
margin-left: 4px;
}
/* must never set padding in td, th */
td, th {
@ -210,13 +216,13 @@ a:visited {
}
a:active {
display: inline;
color: lime;
color: red;
text-decoration: underline;
cursor: pointer;
}
a:out-of-date {
display: inline;
color: red;
color: lime;
text-decoration: underline;
cursor: pointer;
}
@ -411,6 +417,13 @@ br {
img {
display: inline;
}
/* note: not exactly 4.x compatible; 4.x has 3px for *both* margins */
img[align=left] {
margin-right: 4px;
}
img[align=right] {
margin-left: 4px;
}
img:-moz-text {
/* font-family: sans-serif; */
/* font-size: 8.5pt; */
@ -1064,7 +1077,7 @@ area {
display: none;
}
map {
display: block;
display: none;
}
base {
display: none;