mirror of
https://github.com/maxpozdeev/mytinytodo.git
synced 2026-03-11 08:55:27 +00:00
* footer style fixed (no rounded corner)
This commit is contained in:
parent
f7663327b0
commit
fdeeb2bc55
2 changed files with 2 additions and 4 deletions
|
|
@ -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; }
|
||||
|
|
|
|||
|
|
@ -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; }
|
||||
|
|
|
|||
Loading…
Reference in a new issue