aboutsummaryrefslogtreecommitdiff
path: root/print.css
diff options
context:
space:
mode:
authorHagen Wahrig <Unknown>2010-04-16 19:00:13 +0200
committerHagen Wahrig <Unknown>2010-04-16 19:00:13 +0200
commit59dfe2ed401574467bfee6ab43d391df55f6a55e (patch)
tree0fed663c42c5cc8397427301553f4265bd96ef00 /print.css
parent4d71a22fde3b5fe5141d9c74b21346c367856ce9 (diff)
cell border
Diffstat (limited to 'print.css')
-rw-r--r--print.css3
1 files changed, 2 insertions, 1 deletions
diff --git a/print.css b/print.css
index 4979574..f5142ac 100644
--- a/print.css
+++ b/print.css
@@ -76,8 +76,9 @@ td.create_poll{
td {
vertical-align:middle;
text-align:center;
- border-width: 0px;
padding: 1px 3px;
+ border-width: 0 1px 1px 1px;
+ border-style: dotted;
}
td.polls {