# HG changeset patch # User neko259 # Date 2015-09-02 13:47:24 # Node ID 54033684639b1fba86eee3ecea0d9fde5a96d3c9 # Parent 6d1af961bbb99113a2844e166b6cbb8d9f8fef0d Tag is in the center, but the text is left-aligned 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 @@ -119,6 +119,10 @@ body { text-align: center; } +.tag_info > .tag-text-data { + text-align: left; +} + .header { border-bottom: solid 2px #ccc; margin-bottom: 5px;