diff --git a/boards/static/css/sw/base_page.css b/boards/static/css/sw/base_page.css --- a/boards/static/css/sw/base_page.css +++ b/boards/static/css/sw/base_page.css @@ -176,4 +176,16 @@ a { .post > .message .get { color: #182F6F; font-weight: bold; +} + +.dead_post { + background: #FFF; + border-bottom: 1px solid #182F6F; + margin: 0 1ex 1em 1ex; + overflow-x: auto; + padding-bottom: 1em; + clear: left; +} +.dead_post > .metadata { + background: #eee; } \ No newline at end of file