2008-10-17 01:45:03 +00:00
|
|
|
|
|
|
|
/* Styles specific to the Discover page. */
|
|
|
|
|
|
|
|
#wizardPane H3 {
|
|
|
|
margin-top: 20px;
|
|
|
|
margin-bottom: 2px;
|
|
|
|
}
|
|
|
|
|
|
|
|
P#wizardDone {font-weight : bold; }
|
|
|
|
|
2008-10-17 12:51:51 +00:00
|
|
|
.WizardListTable {
|
|
|
|
margin: 10px 0px;
|
|
|
|
text-align: left;
|
|
|
|
}
|
|
|
|
|
|
|
|
.WizardListTable LI {
|
|
|
|
margin-top: 1em;
|
|
|
|
margin-bottom: 1em;
|
|
|
|
}
|
|
|
|
|
|
|
|
/* this did not work in IE...
|
|
|
|
.DivTable {
|
|
|
|
display: table;
|
|
|
|
text-align: left;
|
|
|
|
}
|
|
|
|
*/
|