Difference between revisions of "Template:Cologne-Duesseldorf/css"

Line 831: Line 831:
  
 
   #bodyContent table th:first-child{
 
   #bodyContent table th:first-child{
     border-radius: 20px 0 0 20px;
+
     border-radius: 10px 0 0 10px;
 
   }
 
   }
 
   #bodyContent table th:last-child{
 
   #bodyContent table th:last-child{
     border-radius: 0 20px 20px 0;
+
     border-radius: 0 10px 10px 0;
  }
+
  #bodyContent table td:last-child{
+
    border-radius: 0 20px 20px 0;
+
 
   }
 
   }
 
   #bodyContent table td:first-child{
 
   #bodyContent table td:first-child{
     border-radius: 20px 0 0 20px;
+
     border-radius: 10px 0 0 10px;
 +
  }
 +
  #bodyContent table td:last-child{
 +
    border-radius: 0 10px 10px 0;
 
   }
 
   }
 
 
 
   #bodyContent table.small_first th:first-child {
 
   #bodyContent table.small_first th:first-child {
 
     width: 120px;
 
     width: 120px;

Revision as of 12:43, 30 October 2017