From cae2ad0fffe3f5769a9b8468cc3f4db6301ac19b Mon Sep 17 00:00:00 2001 From: Meisam Fathi Salmi Date: Sun, 18 Dec 2011 18:10:57 -0500 Subject: [PATCH] border for tables in homework added Signed-off-by: Meisam Fathi Salmi --- ~fathi/stylesheets/master.css | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) diff --git a/~fathi/stylesheets/master.css b/~fathi/stylesheets/master.css index f7a001a..2c65db7 100644 --- a/~fathi/stylesheets/master.css +++ b/~fathi/stylesheets/master.css @@ -169,6 +169,23 @@ pre { letter-spacing: 0; } +table.homework-list{ + border-spacing:0px; +} + +table.homework-list td, table.homework-list th{ + padding: 10px; + border: 1px solid #000; +} + + +table.post-list { + width: 100%; + border-collapse: collapse; +} + + + table.post-list { width: 100%; border-collapse: collapse;