From f607dac15deb8b9faeb060661ccf8edd2b9564fc Mon Sep 17 00:00:00 2001 From: okalintu Date: Wed, 4 Mar 2015 02:45:33 +0200 Subject: implemented feature to allow ppl to remove themselves from que --- f/styles/style.css | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) (limited to 'f/styles/style.css') diff --git a/f/styles/style.css b/f/styles/style.css index 246a201..ae909c8 100644 --- a/f/styles/style.css +++ b/f/styles/style.css @@ -4,7 +4,7 @@ body{ } #container_main{ font-size:24px; - width:200px; + width:400px; margin-top:40px; margin-left:auto; margin-right:auto; @@ -26,6 +26,9 @@ td:first-child{ #que tr:nth-child(2){ background-color:darkgreen; } +#que td:nth-child(3){ + text-align: center; +} #addform{ } -- cgit v1.3