diff options
author | raylu <raylu@cmu.edu> | 2011-05-13 22:35:19 -0400 |
---|---|---|
committer | raylu <raylu@cmu.edu> | 2011-05-13 22:35:19 -0400 |
commit | 819db9b23aad38440900db985cd3820935338039 (patch) | |
tree | 385738b87160fc93433209ec193d63fa5d1cf0a1 /static | |
parent | f3f08c48355026ad43b17e1ff3b57fe24cd5e97c (diff) | |
download | pyc-819db9b23aad38440900db985cd3820935338039.tar.xz |
Only the lab page's table gets borders (login, etc. don't)
Diffstat (limited to 'static')
-rw-r--r-- | static/style.css | 6 |
1 files changed, 3 insertions, 3 deletions
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; } |