- Added missing CSS.
parent
bcead5b610
commit
62320df60e
|
@ -664,3 +664,11 @@ html.js fieldset.collapsed legend a {
|
||||||
border-top-width: 0px;
|
border-top-width: 0px;
|
||||||
cursor: s-resize;
|
cursor: s-resize;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
/*
|
||||||
|
** Formatting for welcome page
|
||||||
|
*/
|
||||||
|
#first-time strong {
|
||||||
|
display: block;
|
||||||
|
padding: 1.5em 0 .5em;
|
||||||
|
}
|
||||||
|
|
Loading…
Reference in New Issue