Files
lcd-image-converter/resources/history.css
2016-07-19 20:12:08 +05:00

31 lines
290 B
CSS

body {
padding: 10px;
}
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;
}