Files
lcd-image-converter/resources/history.css
2012-11-04 19:36:56 +06:00

32 lines
311 B
CSS

body {
padding: 10px;
font-size: medium;
}
pre {
padding: 5px;
font-style: italic;
}
div.record-old
{
color: gray;
}
div.record-current
{
color: navy;
}
div.record-new
{
font-weight: bold;
}
.update-alert
{
font-weight: bold;
text-decoration: underline;
color: darkgreen;
}