# HG changeset patch # User neko259 # Date 2013-11-08 10:46:48 # Node ID 2e5d76da02ff251b10daf5c432a686be08fc3231 # Parent b4b50bf565c525ccb7bb3ff33f6d19ff1b3d6f3c Changed form title style 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 @@ -148,6 +148,8 @@ p { .form-title { font-weight: bold; + font-size: 2.5ex; + text-decoration: underline; } input[type="submit"] {