Changes

no edit summary
Line 1: Line 1:  
/* CSS placed here will be applied to all skins */
 
/* CSS placed here will be applied to all skins */
 +
 +
.header-style {
 +
  background-color: #EEEEEE;
 +
  color: black;
 +
  border-radius: 10px;
 +
  padding: 10px;
 +
}
    
.trigger-style {
 
.trigger-style {