fileboard support

This commit is contained in:
Marcin Łabanowski
2015-04-22 05:54:48 +02:00
parent 4060bf10ed
commit 4014682882
33 changed files with 216 additions and 107 deletions

View File

@@ -20,11 +20,11 @@ a.post_no {
color: #000033;
}
p.intro a.email span.name {
.intro a.email span.name {
color: #608673;
}
p.intro a.email:hover span.name {
.intro a.email:hover span.name {
color: #DD0000;
}
@@ -44,12 +44,12 @@ div.post.op hr {
border-color: #608673;
}
p.intro span.subject {
.intro span.subject {
color: #8a2e2e;
font-weight: 800;
}
p.intro span.name {
.intro span.name {
color: #117743;
font-weight: 800;
}