margin-left for right floated table/image and margin-right for left floated
table/image. This doesn't work when percentage based widths are involved
This commit is contained in:
troy%netscape.com 2000-02-02 15:38:01 +00:00
Родитель f5f5217038
Коммит 67f68abf0e
2 изменённых файлов: 0 добавлений и 26 удалений

Просмотреть файл

@ -151,12 +151,6 @@ table {
margin-bottom: 0;
box-sizing: border-box;
}
table[align=left] {
margin-right: 4px;
}
table[align=right] {
margin-left: 4px;
}
/* must never set padding in td, th */
td, th {
@ -417,13 +411,6 @@ 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;
}
:link img, :visited img, :out-of-date img,
:link:active img, :visited:active img, :out-of-date:active img,
img[usemap], object[usemap] {

Просмотреть файл

@ -151,12 +151,6 @@ table {
margin-bottom: 0;
box-sizing: border-box;
}
table[align=left] {
margin-right: 4px;
}
table[align=right] {
margin-left: 4px;
}
/* must never set padding in td, th */
td, th {
@ -417,13 +411,6 @@ 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;
}
:link img, :visited img, :out-of-date img,
:link:active img, :visited:active img, :out-of-date:active img,
img[usemap], object[usemap] {