Repair Rescan button, cleanup CSS (fixes #1054)

This commit is contained in:
Jakob Borg
2014-12-01 09:11:16 +01:00
parent 2d7b0cf94d
commit c417dcb7e2
3 changed files with 3 additions and 15 deletions

View File

@@ -61,18 +61,6 @@ identicon {
.identicon rect {
fill: #666;
}
.identicon-success rect {
fill: #2ecc71;
}
.identicon-info rect {
fill: #9b59b6;
}
.identicon-warning rect {
fill: #f1c40f;
}
.identicon-primary rect {
fill: #3498db;
}
.text-monospace {
font-family: Menlo, Monaco, Consolas, "Courier New", monospace;