Bug 229805 - CSS Errors in help. r=rlk@trfenv.com. Patch by Bob Clary (bc@bclary.com)

This commit is contained in:
rlk%trfenv.com 2004-01-01 17:39:51 +00:00
Родитель e64c2ac5b8
Коммит 1ef48a4495
1 изменённых файлов: 18 добавлений и 18 удалений

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

@ -15,7 +15,7 @@ IMG, SPAN { display: inline }
LI { font-family: arial, helvetica, sans-serif; font-size: 12px; margin-top: 0; margin-bottom: 5 } LI { font-family: arial, helvetica, sans-serif; font-size: 12px; margin-top: 0; margin-bottom: 5px; }
@ -75,7 +75,7 @@ UL, DIR { list-style: disc }
UL { margin-left: -1em } UL { margin-left: -1em }
UL { font-family: arial, helvetica, sans-serif; font-size: 12px; margin-top: 0; margin-bottom: 5 } UL { font-family: arial, helvetica, sans-serif; font-size: 12px; margin-top: 0; margin-bottom: 5px }
@ -83,7 +83,7 @@ OL { list-style: decimal }
OL { margin-left: -1em } OL { margin-left: -1em }
OL { font-family: arial, helvetica, sans-serif; font-size: 12px; margin-top: 0; margin-bottom: 5 } OL { font-family: arial, helvetica, sans-serif; font-size: 12px; margin-top: 0; margin-bottom: 5px }
@ -143,7 +143,7 @@ HR { border-top: solid } /* 'border-bottom' could also have been used */
font-family: helvetica, arial; font-family: helvetica, arial;
font-size: 12px; font-size: 12px;
text-decoration: none; text-decoration: none;
margin-top: -6; margin-top: -6px;
margin-bottom: 0; margin-bottom: 0;
} }
@ -158,28 +158,28 @@ HR { border-top: solid } /* 'border-bottom' could also have been used */
.container { .container {
font-family: helvetica, arial; font-family: helvetica, arial;
font-size: 10px; font-size: 10px;
margin-top: 12; margin-top: 12px;
margin-bottom: 4; margin-bottom: 4px;
color: 000000; color: #000000;
font-weight:bold; font-weight:bold;
} }
.unselectedItem { .unselectedItem {
font-family: helvetica, arial; font-family: helvetica, arial;
font-size: 12px; font-size: 12px;
margin-left: 4; margin-left: 4px;
margin-top: 8; margin-top: 8px;
margin-bottom: 4; margin-bottom: 4px;
color: 6600ff; color: #6600ff;
} }
.selectedItem { .selectedItem {
font-family: helvetica, arial; font-family: helvetica, arial;
font-size: 12px; font-size: 12px;
margin-left: 4; margin-left: 4px;
margin-top: 8; margin-top: 8px;
margin-bottom: 4; margin-bottom: 4px;
color: 6600ff; color: #6600ff;
font-weight: bold; font-weight: bold;
} }
@ -187,8 +187,8 @@ HR { border-top: solid } /* 'border-bottom' could also have been used */
font-family: helvetica, arial; font-family: helvetica, arial;
font-size: 12px; font-size: 12px;
margin-top: 0; margin-top: 0;
margin-bottom: 4; margin-bottom: 4px;
color: 000000; color: #000000;
} }
.inthissection { .inthissection {
@ -202,7 +202,7 @@ HR { border-top: solid } /* 'border-bottom' could also have been used */
font-size: 12px; font-size: 12px;
line-height: 1; line-height: 1;
margin-top: 0; margin-top: 0;
margin-bottom: 4; margin-bottom: 4px;
} }
.banner { .banner {