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) --- pyc/templates/lab.html | 2 +- static/style.css | 6 +++--- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/pyc/templates/lab.html b/pyc/templates/lab.html index a35131d..916f95f 100644 --- a/pyc/templates/lab.html +++ b/pyc/templates/lab.html @@ -4,7 +4,7 @@ Lab {{ lab.id }} due {{ lab.due }} at 11:59:59 PDT (UTC-7):
{{ lab.name }}
Download the starter code -

+

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
User Grade