diff --git a/boards/static/css/ad/base_page.css b/boards/static/css/ad/base_page.css --- a/boards/static/css/ad/base_page.css +++ b/boards/static/css/ad/base_page.css @@ -53,6 +53,7 @@ a:hover { box-shadow: 0 0 3px #344; margin: 0; padding: 0.5em; + word-wrap: break-word; } .metadata { border-top: solid 1px #677; @@ -202,6 +203,9 @@ code { background: #636b60; border: solid 1px #575f54; } +.current_page { + font-weight: bold; +} .skipped_replies { margin-left: 2.5ex; font-size: 0.9em; diff --git a/boards/static/css/iw/base_page.css b/boards/static/css/iw/base_page.css --- a/boards/static/css/iw/base_page.css +++ b/boards/static/css/iw/base_page.css @@ -53,6 +53,7 @@ a:hover { box-shadow: 0 0 3px #d8e3f4; margin: 0; padding: 0.5em; + word-wrap: break-word; } .metadata { border-top: solid 1px #aabaca; @@ -202,6 +203,9 @@ code { background: #eee6df; border: solid 1px #ddd5ce; } +.current_page { + font-weight: bold; +} .skipped_replies { margin-left: 2.5ex; font-size: 0.9em;