Changes

no edit summary
Line 3: Line 3:  
{{#css:
 
{{#css:
   −
/* ********************************************
+
 
* table cells
  −
* *******************************************/
   
.navelement{
 
.navelement{
background-color:white;
  −
color:red;
  −
  border-right: snow 5px ridge;
   
   border-bottom:0px;  
 
   border-bottom:0px;  
 
   padding-right: 0px;  
 
   padding-right: 0px;  
Line 21: Line 16:  
}
 
}
   −
/* ********************************************
  −
* links
  −
* *******************************************/
      
.navelement a{
 
.navelement a{
Line 36: Line 28:  
}
 
}
   −
/* ********************************************
+
.navelement a.selflink{
*
+
  color:#775A90;
* *******************************************/
+
border-bottom:#775A90 solid 4px;
 +
 
 +
}