From 819db9b23aad38440900db985cd3820935338039 Mon Sep 17 00:00:00 2001 From: raylu Date: Fri, 13 May 2011 22:35:19 -0400 Subject: Only the lab page's table gets borders (login, etc. don't) --- static/style.css | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'static') diff --git a/static/style.css b/static/style.css index ad93cac..e918c8c 100644 --- a/static/style.css +++ b/static/style.css @@ -1,11 +1,11 @@ -table { +table#lab { border-collapse: collapse; border: 1px solid #000; } -th { +#lab th { padding: 5px; } -td { +#lab td { border: 1px solid #000; padding: 5px; } -- cgit v1.2.3