Clean up note views

* Make note deleted notice stand out more
* Use same note deleted notice on both note views
* Don't render notes as dtext
This commit is contained in:
Toks
2013-07-18 12:51:10 -04:00
parent d58721587e
commit ab0b935715
4 changed files with 16 additions and 8 deletions

View File

@@ -33,3 +33,7 @@ span.key {
@include inline-block;
@include border-radius(3px);
}
span.inactive {
color: #AAA;
}

View File

@@ -44,10 +44,6 @@ div#c-pools {
height: 10em;
}
span.inactive {
color: #AAA;
}
a.last-page {
color: #666;
}