diff options
author | joey <joey@0fa5a96a-9a0e-0410-b3b2-a0fd24251071> | 2007-04-26 19:33:28 +0000 |
---|---|---|
committer | joey <joey@0fa5a96a-9a0e-0410-b3b2-a0fd24251071> | 2007-04-26 19:33:28 +0000 |
commit | fe52c28bd660013563c55574bddfac28d132b8b9 (patch) | |
tree | 26aedf20b6195aaf272e65612d101bbc7259ef64 /doc | |
parent | 67e299bf7d21d1cefde63d7ff3499539186a48c1 (diff) |
* Move the footer div to enclose tags and links too.
* More style sheet updates, remove the hack that used the tags div to create
the footer border.
Diffstat (limited to 'doc')
-rw-r--r-- | doc/style.css | 10 |
1 files changed, 4 insertions, 6 deletions
diff --git a/doc/style.css b/doc/style.css index 0143b8fac..929934927 100644 --- a/doc/style.css +++ b/doc/style.css @@ -35,19 +35,17 @@ padding: .2em .4em; } -#backlinks { - margin: 1em 0; -} - .tags { clear: both; } -div.tags { +#footer { + clear: both; + margin: 1em 0; border-top: 1px solid #000; } -#footer { +#backlinks { margin: 1em 0; } |