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;
}
.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;
}