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

@@ -19,11 +19,11 @@ a.post_no {
color: #000033;
}
p.intro a.email span.name {
.intro a.email span.name {
color: #0093AB;
}
p.intro a.email:hover span.name {
.intro a.email:hover span.name {
color: #DD0000;
}
@@ -43,12 +43,12 @@ div.post.op hr {
border-color: #B7C9D5;
}
p.intro span.subject {
.intro span.subject {
color: #117743;
font-weight: 800;
}
p.intro span.name {
.intro span.name {
color: #117743;
font-weight: 800;
}