This commit is contained in:
Frédéric Péters 2005-05-24 11:53:01 +00:00
parent efdf90601a
commit 96dc52fbaf
2 changed files with 8 additions and 3 deletions

View File

@ -22,20 +22,20 @@ div#main-content h1 {
font-size: 150%;
}
div.form, div.idp {
div.form, div.idp, div.theme {
border: 1px solid #aaa;
margin-bottom: 1em;
clear: both;
}
div.form h3, div.idp h3 {
div.form h3, div.idp h3, div.theme h3 {
margin: 0;
border-bottom: 1px solid #aaa;
font-weight: normal;
background: #ddd;
}
div.form p, div.idp p {
div.form p, div.idp p, div.theme p {
margin: 3px;
}

View File

@ -101,3 +101,8 @@ span.required {
div.buttons {
margin-top: 1em;
}
div.RadiobuttonsWidget div.content {
display: block;
}