Change size of heading borders

This commit is contained in:
Davide P. Cervone 2011-03-06 13:16:43 -05:00
parent f4ce1cee1b
commit 6037f7287f

View File

@ -413,8 +413,8 @@ div.body h6 {
background-color: {{ theme_headbgcolor }};
font-weight: normal;
color: {{ theme_headtextcolor }};
border-top: 1px solid {{ theme_headbordercolor }};
border-bottom: 2px solid {{ theme_headbordercolor }};
border-top: 2px solid {{ theme_headbordercolor }};
border-bottom: 1px solid {{ theme_headbordercolor }};
margin: 30px -20px 20px -20px;
padding: 3px 0 3px 10px;
}