diff --git a/public/stylesheets/application.css b/public/stylesheets/application.css --- a/public/stylesheets/application.css +++ b/public/stylesheets/application.css @@ -12,7 +12,7 @@ font-family: Tahoma, "sans-serif"; } -/* Heading 1/2 */ +/* Heading 1&2 */ h1 { font-size: 24px; color: #334488; @@ -65,6 +65,7 @@ div.title table { width: 100%; + font-weight: bold; } div.title td.left-col { @@ -76,8 +77,7 @@ div.title td.right-col { text-align: right; vertical-align: top; - font-size: 14px; - font-weight: bold; + font-size: 18px; color: #116699; } @@ -134,6 +134,13 @@ padding: 5px 15px 5px 15px; margin-bottom: 5px; background-color: white; + font-weight: normal; +} + + +div.errorExplanation h2 { + color: #cc1111; + font-weight: bold; } /*******************************