summaryrefslogtreecommitdiffstats
path: root/root/static
diff options
context:
space:
mode:
authorJesse Luehrs <doy@tozt.net>2010-09-18 16:51:07 -0500
committerJesse Luehrs <doy@tozt.net>2010-09-18 16:51:07 -0500
commit360034e3fc54efc5c754879952b3e7e8bf7a5bf8 (patch)
tree3d432872ffaa1e199c0f27125911d26559cff17b /root/static
parent6400da76cb8cd5604f6c4f3e47fa22b9f6823939 (diff)
downloadtozt.net-360034e3fc54efc5c754879952b3e7e8bf7a5bf8.tar.gz
tozt.net-360034e3fc54efc5c754879952b3e7e8bf7a5bf8.zip
add skydiving page
Diffstat (limited to 'root/static')
-rw-r--r--root/static/style.css23
1 files changed, 23 insertions, 0 deletions
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;
+}