From 360034e3fc54efc5c754879952b3e7e8bf7a5bf8 Mon Sep 17 00:00:00 2001 From: Jesse Luehrs Date: Sat, 18 Sep 2010 16:51:07 -0500 Subject: add skydiving page --- root/static/style.css | 23 +++++++++++++++++++++++ 1 file changed, 23 insertions(+) (limited to 'root/static') diff --git a/root/static/style.css b/root/static/style.css index 3659ef5..9a036d8 100644 --- a/root/static/style.css +++ b/root/static/style.css @@ -88,3 +88,26 @@ a:visited { margin : 8px; padding : 2px; } + +.main_content table { + border-collapse : collapse; + font-size : small; + width : 100%; +} + +.main_content thead { + background-color : #58a; + border-style : solid; + border-width : 1px; + font-weight : bold; +} + +.main_content th { + border-style : solid solid none none; + border-width : 1px; +} + +.main_content td { + border-style : solid none none solid; + border-width : 1px; +} -- cgit v1.2.3-54-g00ecf