Archived
1
0

consistency, see change in postform.mustache

This commit is contained in:
4cdn 2015-11-19 20:21:04 -05:00
parent d030303ed3
commit e75cf64769

View File

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