| @@ -9,9 +9,11 @@ body { | |||||
| margin: 0 5%; | margin: 0 5%; | ||||
| } | } | ||||
| h1, h2, h3, h4, #main { | h1, h2, h3, h4, #main { | ||||
| font-family: "URW Gothic L", Helvetica, Verdana; | |||||
| } | |||||
| #main { | |||||
| background: #fff; | background: #fff; | ||||
| color: #2C1F1C; | color: #2C1F1C; | ||||
| font-family: "URW Gothic L", Helvetica, Verdana; | |||||
| padding: 0 1em; | padding: 0 1em; | ||||
| } | } | ||||
| #header img { | #header img { | ||||
| @@ -132,6 +134,12 @@ fieldset { | |||||
| #field-description { | #field-description { | ||||
| background: #fff url(/browser/web/trunk/static/img/dashit-light.png?format=raw) no-repeat right bottom; | background: #fff url(/browser/web/trunk/static/img/dashit-light.png?format=raw) no-repeat right bottom; | ||||
| } | } | ||||
| #attachments { | |||||
| background: #E5E0D2; | |||||
| } | |||||
| #changelog { | |||||
| background: #cccc88; | |||||
| } | |||||
| a.ext-link .icon { | a.ext-link .icon { | ||||
| background-position: right center; | background-position: right center; | ||||
| padding-right: 16px; | padding-right: 16px; | ||||