aboutsummaryrefslogtreecommitdiff
path: root/dudle.css
diff options
context:
space:
mode:
authorBenjamin Kellermann <Benjamin.Kellermann@gmx.de>2009-11-23 11:01:36 +0100
committerBenjamin Kellermann <Benjamin.Kellermann@gmx.de>2009-11-23 11:01:36 +0100
commit3d5f2334860c5c3ecc31ca98ba265cdd0928764f (patch)
tree8626edc9969904be66456f826f3f9c078d8f863b /dudle.css
parenta5cb066d5b6fe9d30d5f67e24df0410af1722b7b (diff)
center tabs
Diffstat (limited to '')
-rw-r--r--dudle.css40
1 files changed, 22 insertions, 18 deletions
diff --git a/dudle.css b/dudle.css
index 1fb05b4..61223f9 100644
--- a/dudle.css
+++ b/dudle.css
@@ -1,21 +1,21 @@
-/****************************************************************************
- * Copyright 2009 Benjamin Kellermann *
- * *
- * This file is part of dudle. *
- * *
- * Dudle is free software: you can redistribute it and/or modify it under *
- * the terms of the GNU Affero General Public License as published by *
- * the Free Software Foundation, either version 3 of the License, or *
- * (at your option) any later version. *
- * *
- * Dudle is distributed in the hope that it will be useful, but WITHOUT ANY *
- * WARRANTY; without even the implied warranty of MERCHANTABILITY or *
- * FITNESS FOR A PARTICULAR PURPOSE. See the GNU Affero General Public *
- * License for more details. *
- * *
- * You should have received a copy of the GNU Affero General Public License *
- * along with dudle. If not, see <http://www.gnu.org/licenses/>. *
- ****************************************************************************/
+/***************************************************************************
+* Copyright 2009 Benjamin Kellermann *
+* *
+* This file is part of dudle. *
+* *
+* Dudle is free software: you can redistribute it and/or modify it under *
+* the terms of the GNU Affero General Public License as published by *
+* the Free Software Foundation, either version 3 of the License, or *
+* (at your option) any later version. *
+* *
+* Dudle is distributed in the hope that it will be useful, but WITHOUT ANY *
+* WARRANTY; without even the implied warranty of MERCHANTABILITY or *
+* FITNESS FOR A PARTICULAR PURPOSE. See the GNU Affero General Public *
+* License for more details. *
+* *
+* You should have received a copy of the GNU Affero General Public License *
+* along with dudle. If not, see <http://www.gnu.org/licenses/>. *
+***************************************************************************/
td.ayes, td.bmaybe, td.cno { cursor:default; }
@@ -151,6 +151,10 @@ html {
display: table;
}
+div#tabs{
+ text-align: center
+}
+
body#main, div#tabs ul{
margin-top: 2em;
}