From b9386d4a4ab498b7b95f6a1f3112f88f72b9a031 Mon Sep 17 00:00:00 2001 From: Hidden Z Date: Sun, 7 Nov 2010 08:01:15 +0000 Subject: [PATCH] pyi2phosts/static/base.css: add rules for "table" and "tr" tags --- pyi2phosts/static/base.css | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/pyi2phosts/static/base.css b/pyi2phosts/static/base.css index 80de1a5..9b039f6 100644 --- a/pyi2phosts/static/base.css +++ b/pyi2phosts/static/base.css @@ -24,6 +24,16 @@ a:hover { background:inherit; } +table { + border-collapse: collapse; + width: 80%; + margin: 10px 0px 10px 20px; +} + +tr { + border: 1px dashed #CCCCCC; +} + div.menu { float: left; margin: 0px 20px 20px 0px;