diff options
author | joey <joey@0fa5a96a-9a0e-0410-b3b2-a0fd24251071> | 2007-04-26 19:49:06 +0000 |
---|---|---|
committer | joey <joey@0fa5a96a-9a0e-0410-b3b2-a0fd24251071> | 2007-04-26 19:49:06 +0000 |
commit | 160fd34187a65b046a32ac22df68c9ad11ba109b (patch) | |
tree | 2cf1b475c6c3705faac7154b908ba8517a309544 /doc | |
parent | ac8a3c8dd3da4dcb31b648a4569cae24ba7e7466 (diff) |
more footer improvements
Diffstat (limited to 'doc')
-rw-r--r-- | doc/style.css | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/doc/style.css b/doc/style.css index 390893d38..6fdb76ac0 100644 --- a/doc/style.css +++ b/doc/style.css @@ -45,6 +45,14 @@ border-top: 1px solid #000; } +div.tags { + margin-top: 1em; +} + +#backlinks { + margin-top: 1em; +} + #searchform { display: inline; float: right; @@ -105,6 +113,7 @@ td.changelog { clear: both; font-style: italic; display: block; + margin-top: 1em; } /* Used for invalid form fields. */ |