Template:Team:Valencia Biocampus/Templates/css/tables

From 2013.igem.org

(Difference between revisions)
(Created page with "- Tables css: table { padding: 0; margin: 0; } thead th { font-weight: bold; color: #FFFFFF; background-color: #17375E; }")
Line 1: Line 1:
/* Tables css */
/* Tables css */
-
table {
+
.table-modeling table {
     padding: 0;
     padding: 0;
     margin: 0;
     margin: 0;
}
}
-
thead th {
+
.table-modeling th, td, tr {
 +
    padding: 6px;
 +
    text-align: center;
 +
}
 +
 
 +
.table-modeling thead th {
     font-weight: bold;
     font-weight: bold;
     color: #FFFFFF;
     color: #FFFFFF;
     background-color: #17375E;
     background-color: #17375E;
}
}

Revision as of 22:32, 10 September 2013

/* Tables css */

.table-modeling table {

   padding: 0;
   margin: 0;

}

.table-modeling th, td, tr {

   padding: 6px;
   text-align: center;

}

.table-modeling thead th {

   font-weight: bold;
   color: #FFFFFF;
   background-color: #17375E;

}