diff --git a/boards/static/css/md_centered/base_page.css b/boards/static/css/md_centered/base_page.css new file mode 100644 --- /dev/null +++ b/boards/static/css/md_centered/base_page.css @@ -0,0 +1,12 @@ +@import url("../md/base_page.css"); + +.thread, .post-form-w, .image-mode-tab { + max-width: 1000px; + margin-left: auto; + margin-right: auto; +} + +.thread { + border-left: solid 2px #888; + border-right: solid 2px #888; +} diff --git a/boards/templates/boards/thread.html b/boards/templates/boards/thread.html --- a/boards/templates/boards/thread.html +++ b/boards/templates/boards/thread.html @@ -15,8 +15,8 @@ {% if posts %} {% cache 600 thread_view posts.0.last_edit_time moderator LANGUAGE_CODE %} -