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 @@ -12,6 +12,9 @@ a { color: inherit; text-decoration: underline; } +li { + list-style-position: inside; +} #admin_panel { background: #182F6F; @@ -25,7 +28,6 @@ a { margin-bottom: 1em; padding: .5ex 1ex 1ex 1ex; } - .navigation_panel::after { clear: both; content: "."; @@ -133,10 +135,14 @@ a { margin: 0 1ex 1em 1ex; overflow-x: auto; } -.last-replies > .post, body > .post + .post { +.last-replies > .post, #posts > .post { border-bottom: 1px solid #182F6F; padding-bottom: 1em; } +#posts > .post:last-child { + border-bottom: none; + padding-bottom: 0; +} .metadata { background: #C0E4E8; @@ -220,10 +226,6 @@ a { text-decoration: none; } -li { - list-style-position: inside; -} - .image-mode-tab { background: #182F6F; color: #FFF;