Fixing typo in CSS

This commit is contained in:
Chris Mills
2016-04-20 09:45:28 +01:00
parent 72ec319381
commit a38468601c

View File

@@ -11,7 +11,7 @@ html,body {
html {
font-family: sans-serif;
font-size: 10px;
background: background: rgb(240,240,240);
background: rgb(240,240,240);
height: 300px;
}
@@ -120,4 +120,4 @@ p {
.update {
float: right;
}
}