summaryrefslogtreecommitdiffstats
path: root/f/styles/style.css
diff options
context:
space:
mode:
authorokalintu <ilkka.oksanen@aalto.fi>2015-03-04 02:45:33 +0200
committerokalintu <ilkka.oksanen@aalto.fi>2015-03-04 02:45:33 +0200
commitf607dac15deb8b9faeb060661ccf8edd2b9564fc (patch)
treef5ec095641b7f56b419c793e1ae3148a5b4650e5 /f/styles/style.css
parentf1258540d0ab8bc8acbff3f31040539d34131e48 (diff)
implemented feature to allow ppl to remove themselves from que
Diffstat (limited to 'f/styles/style.css')
-rw-r--r--f/styles/style.css5
1 files changed, 4 insertions, 1 deletions
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{
}