12 lines
197 B
CSS
12 lines
197 B
CSS
|
|
||
|
/* Styles specific to the Discover page. */
|
||
|
|
||
|
#wizardPane H3 {
|
||
|
margin-top: 20px;
|
||
|
margin-bottom: 2px;
|
||
|
}
|
||
|
|
||
|
P#wizardDone {font-weight : bold; }
|
||
|
|
||
|
.wizardProgressTable { margin: 10px 0px; }
|