copyright updated and mop user status added
[brisk.git] / web / room.css
index 0ea24e3..e1ab1f4 100644 (file)
@@ -1,7 +1,7 @@
 /*
  *  brisk - room.css
  *
- *  Copyright (C) 2006-2008 Matteo Nastasi
+ *  Copyright (C) 2006-2011 Matteo Nastasi
  *                          mailto: nastasi@alternativeoutput.it 
  *                                  matteo.nastasi@milug.org
  *                          web: http://www.alternativeoutput.it
@@ -19,8 +19,6 @@
  * not, write to the Free Software Foundation, Inc, 59 Temple Place -
  * Suite 330, Boston, MA 02111-1307, USA.
  *
- * $Id$
- *
  */
 
 a.flat:link {
@@ -135,7 +133,7 @@ table.floaty td {
     vertical-align: top;
 }
 
-table.classifics {
+table.placings {
 /*    border: 1px solid red; */
 /*    border-collapse: collapse; */
     border-spacing: 8px;
@@ -143,7 +141,7 @@ table.classifics {
     width: 100%;
 }
 
-table.classifics td
+table.placings td
 {
     border: 1px solid gray; 
     padding: auto;         
@@ -152,20 +150,20 @@ table.classifics td
     text-align: center;
 }
 
-table.classific {
+table.placing {
     border: 1px solid gray;
     border-collapse: collapse;
     border-spacing: 0px;
     margin: auto;
 }
 
-table.classific th {
+table.placing th {
     border: 1px solid gray;
     text-align: center;
     padding: 4px;
 }
 
-table.classific td {
+table.placing td {
     border: 1px solid gray;
     text-align: center;
     padding: 4px;