dojox
Version:
Dojo eXtensions, a rollup of many useful sub-projects and varying states of maturity – from very stable and robust, to alpha and experimental. See individual projects contain README files for details.
21 lines (18 loc) • 335 B
CSS
p {
background-color: #606070;
border-style: inset;
border-width: 1px; border-color: #5F5A59;
padding: 5px 5px 5px 5px;
}
center {
background-color: #800517;
font-weight: bold;
font-style: italic;
border-style: outset;
border-width: 1px;
border-color: #800010
}
h3 {
border-style: outset;
border-width: 1px;
}