From fdeeb2bc55b269f384600296c4ff06816de8428a Mon Sep 17 00:00:00 2001 From: Max Pozdeev Date: Tue, 12 Jan 2010 17:58:38 +0300 Subject: [PATCH] * footer style fixed (no rounded corner) --- src/pda.css | 4 +--- src/style.css | 2 +- 2 files changed, 2 insertions(+), 4 deletions(-) diff --git a/src/pda.css b/src/pda.css index 20270bc..b4f584b 100644 --- a/src/pda.css +++ b/src/pda.css @@ -1,9 +1,7 @@ body { margin:0px; } h2 { margin:0; margin-bottom:2px; font-size:18px; } h3 { margin-bottom:4px; padding:4px 0; } -#footer { padding:4px; margin-top:8px; } -#body { margin-left:1px; margin-right:1px; padding:1px; } - +#body { margin-left:1px; margin-right:1px; padding:1px; padding-bottom:12px;} #bar_login, #bar_logout { padding-right:1px; } #tabs ul { margin-top:0px; } diff --git a/src/style.css b/src/style.css index bb76ad0..af06364 100644 --- a/src/style.css +++ b/src/style.css @@ -12,7 +12,7 @@ h3 { border-bottom:2px solid #B5D5FF; margin-bottom:10px; padding:6px 0; font-si a { color:#0000ff; } #space { height:30px; } #footer { height:30px; margin-top:-30px; } -#footer_content { background:url(images/corner_right.gif) no-repeat top right #b5d5ff; padding:5px; font-size:8pt; } +#footer_content { background-color:#b5d5ff; padding:5px; font-size:8pt; } #footer_content a { color:#000000; } #bar { border-bottom:1px solid #b5d5ff; padding-bottom:5px; height:15px; }