Archived
1
0

Add Board titles

This commit is contained in:
ZiRo
2016-02-17 15:31:28 +01:00
parent 6bcfff0269
commit 1020fae1dd
4 changed files with 15 additions and 1 deletions

View File

@@ -141,6 +141,17 @@ hr {
clear: both;
}
.board_header {
font-family: tahoma;
letter-spacing: -2px;
font-size: 20pt;
margin: 0;
color: #AF0A0F;
text-align: center;
font-weight: bold;
margin-top: 2em;
}
a:hover , a:visited:hover {
color: #ff0000;
}
@@ -181,7 +192,7 @@ a, a:visited {
}
#postform_container {
margin-top: 5em;
margin-top: 1em;
}
#board_graph {