Community Central
Community Central
m (Remove font-family.)
No edit summary
Line 1: Line 1:
.diffchange {
+
.diff {
background-color: #99ccff;
 
 
color: black;
 
color: black;
  +
}
  +
.diffchange {
 
background-color: #9cf;
 
font-weight: normal;
 
font-weight: normal;
 
}
 
}
Line 7: Line 9:
 
background-color: black;
 
background-color: black;
 
color: white;
 
color: white;
/* font-family: Verdana; */
 
 
font-size: small;
 
font-size: small;
 
}
 
}

Revision as of 07:53, 29 June 2014

.diff {
    color: black;
}
.diffchange {
    background-color: #9cf;
    font-weight: normal;
}
#wpTextbox1 {
    background-color: black;
    color: white;
    font-size: small;
}