diff options
Diffstat (limited to 'templates/install.css')
-rw-r--r-- | templates/install.css | 11 |
1 files changed, 9 insertions, 2 deletions
diff --git a/templates/install.css b/templates/install.css index c9944ef4..9ee3ab13 100644 --- a/templates/install.css +++ b/templates/install.css @@ -7,6 +7,13 @@ body { background: #FFFFFF url(../images/top_bg.jpg) repeat-x top left; } +h3 { + text-align:left; + border-bottom: 1px dotted #cccccc; + padding-left: 10px; +} + + /* Header */ #header { width: 90%; @@ -103,8 +110,8 @@ margin:10px 10 10px 10px; /* Bottom */ #bottom { - border-top: 1px dotted #cccccc; - margin-top: 10px; + border-top: 1px dotted #cccccc; + margin-top: 10px; margin-bottom: 10px; padding:5px; } |