about summary refs log tree commit diff stats
diff options
context:
space:
mode:
-rw-r--r--style.css7
1 files changed, 5 insertions, 2 deletions
diff --git a/style.css b/style.css index 51f1e72..a8101a2 100644 --- a/style.css +++ b/style.css
@@ -87,10 +87,13 @@ aside li {
87 list-style: none; 87 list-style: none;
88} 88}
89 89
90.fresh table, 90.fresh {
91aside .fresh {
92 font-weight: bold; 91 font-weight: bold;
93} 92}
93.fresh nav,
94.stale {
95 font-weight: normal;
96}
94 97
95a { 98a {
96 display: block; 99 display: block;