diff options
| author | okalintu <ilkka.oksanen@aalto.fi> | 2015-03-09 16:12:45 +0200 |
|---|---|---|
| committer | okalintu <ilkka.oksanen@aalto.fi> | 2015-03-09 16:12:45 +0200 |
| commit | f5e82d12e4e5cf2959a38b73271abc2eab434519 (patch) | |
| tree | 8ab28dc2d797b6ab4b231a61cb322800f595be27 /f/styles/style.css | |
| parent | f607dac15deb8b9faeb060661ccf8edd2b9564fc (diff) | |
sanitized log and added outdated property to admin
Diffstat (limited to 'f/styles/style.css')
| -rw-r--r-- | f/styles/style.css | 7 |
1 files changed, 6 insertions, 1 deletions
diff --git a/f/styles/style.css b/f/styles/style.css index ae909c8..d63e083 100644 --- a/f/styles/style.css +++ b/f/styles/style.css @@ -39,7 +39,6 @@ td:first-child{ }
#adminscreen{
border:3px solid #202020;
- background-color:darkgreen;
font-size:72px;
width:400px;
margin-left:auto;
@@ -51,3 +50,9 @@ td:first-child{ #adminscreen td {
padding-left:10px;
}
+.outdated{
+background-color:darkred;
+}
+.updated{
+background-color:darkgreen;
+}
|
