diff --git a/contrib/static/site.css b/contrib/static/site.css index 75a8ffa..f2f1ebe 100644 --- a/contrib/static/site.css +++ b/contrib/static/site.css @@ -7,7 +7,6 @@ color: #117743; } - .name , .subject { font-weight: bold; } @@ -16,7 +15,6 @@ text-align: center; } - input { width: 70%; } @@ -69,7 +67,6 @@ hr { border-style: solid none none; } - a:hover , a:visited:hover { color: #f13333; } @@ -110,7 +107,7 @@ a:visited { } th { - background: #4DA6BD; + background: #4DA6BD; font-size: 10pt; padding-left: 10px; padding-right: 15px; @@ -240,6 +237,10 @@ html { width: 80%; } +#postform_attachment { + max-width: 330px; +} + #faq > div { margin-left: 20%; width: 50%; @@ -308,7 +309,6 @@ textarea#reply-text { right: 0; } - hr { padding-bottom: 20px; }