From 956400809eadd681328f1cec07eb516789c85c6a Mon Sep 17 00:00:00 2001 From: Dobrica Pavlinusic Date: Tue, 12 Apr 2011 20:29:58 +0000 Subject: [PATCH] style table with css --- templates/user.html.ep | 20 +++++++++++++++++++- 1 file changed, 19 insertions(+), 1 deletion(-) diff --git a/templates/user.html.ep b/templates/user.html.ep index 81ebbaf..c75b914 100644 --- a/templates/user.html.ep +++ b/templates/user.html.ep @@ -81,6 +81,24 @@ #columns:hover ul { display: block; } + +table { + border-collapse:collapse; +} + +th { + border-bottom: 2px solid gray; +} + +th, td { + border-left: 1em solid white; + border-right: 1em solid white; +} + +.zebra { + background: #eee; +} +
@@ -107,7 +125,7 @@ {{c}} - + {{u[c]}} -- 2.20.1