# HG changeset patch # User neko259 # Date 2015-09-02 13:14:14 # Node ID 6d1af961bbb99113a2844e166b6cbb8d9f8fef0d # Parent 3352da826c8c7db295338f04c515569a9ceef7df Show tag info in the center in MD theme diff --git a/boards/static/css/md/base_page.css b/boards/static/css/md/base_page.css --- a/boards/static/css/md/base_page.css +++ b/boards/static/css/md/base_page.css @@ -115,6 +115,10 @@ body { visibility: hidden; } +.tag_info { + text-align: center; +} + .header { border-bottom: solid 2px #ccc; margin-bottom: 5px;