Composer's AllTags mode was showing tags for table resizing handles; b=230501, r=brade, sr=dbaron

git-svn-id: svn://10.0.0.236/trunk@151094 18797224-902f-48f8-a5cc-f745e15eee43
This commit is contained in:
daniel%glazman.org 2004-01-09 20:27:25 +00:00
parent cde3e8ca16
commit 8f5206b4e3

View File

@ -37,7 +37,7 @@
background-position: top left;
}
a {
a:not([\_moz_anonclass]) {
min-height: 16px; margin-left: 2px; margin-top: 2px;
padding-left: 20px;
background-image: url(chrome://editor/content/images/tag-a.gif);
@ -381,7 +381,7 @@ iframe {
background-position: top left;
}
img {
img:not([\_moz_anonclass]) {
min-height: 35px; margin-left: 2px; margin-top: 2px;
padding-left: 31px;
background-image: url(chrome://editor/content/images/tag-img.gif);
@ -605,7 +605,7 @@ small {
background-position: top left;
}
span {
span:not([\_moz_anonclass]) {
min-height: 35px; margin-left: 2px; margin-top: 2px;
/* TEMPORARY TO COMPENSATE FOR BUG */
padding-left: 39px;