Difference between revisions of "Template:Goettingen/CSS"

Line 707: Line 707:
 
.t-center .table th {
 
.t-center .table th {
 
   text-align: center !important;   
 
   text-align: center !important;   
   border: solid 1px #DDDDDD;  
+
   border-right: solid 1px #DDDDDD;
 +
  border-left: solid 1px #DDDDDD;
 +
  border-top: solid 1px #DDDDDD;  
 
}
 
}
  
 
.t-center .table td {
 
.t-center .table td {
 
   text-align: center !important;  
 
   text-align: center !important;  
     border: solid 1px #DDDDDD;  
+
     border-right: solid 1px #DDDDDD;  
 +
  border-left: solid 1px #DDDDDD;
 +
}
  
  
 
.t-left .table th {
 
.t-left .table th {
 
   text-align: left !important;   
 
   text-align: left !important;   
   border: solid 1px #DDDDDD;  
+
   border-right: solid 1px #DDDDDD;
 +
  border-left: solid 1px #DDDDDD;
 +
  border-top: solid 1px #DDDDDD;  
 
}
 
}
  
Line 723: Line 729:
 
.t-left .table td {
 
.t-left .table td {
 
   text-align: left !important;   
 
   text-align: left !important;   
   border: solid 1px #DDDDDD;  
+
   border-right: solid 1px #DDDDDD;
 +
  border-left: solid 1px #DDDDDD;
 
}
 
}
  

Revision as of 20:56, 18 October 2016