commit | ca46f3899577c2f290f808b32a13152c75d6d8ba | [log] [tgz] |
---|---|---|
author | ngervais <ngervais> | Thu Jul 05 15:29:22 2007 +0000 |
committer | ngervais <ngervais> | Thu Jul 05 15:29:22 2007 +0000 |
tree | aba78ed7345c6f4bc8c99a80aeffc7da41a3c9b2 | |
parent | 1f987042e71baa11a085dbbd38a899204bab3ae6 [diff] |
*** empty log message ***
diff --git a/layout.css b/layout.css index 630c559..ec4030a 100644 --- a/layout.css +++ b/layout.css
@@ -39,9 +39,8 @@ } .item_contents { - margin: 10px;; + margin: 0px;; background-color: #F8F8F8;; - border: 1px dashed black;; padding: 5px; } @@ -304,3 +303,6 @@ text-align:center; } +.bottomBorder td { + border-bottom:1px solid black; +}