Style fixes

This commit is contained in:
2015-09-28 22:49:00 +02:00
parent 3c92444624
commit 0eeeda0708
2 changed files with 4 additions and 0 deletions

View File

@@ -76,6 +76,7 @@ h3 {
padding: 1px;
box-shadow: 0 0 10px black inset;
min-height: calc(100% - 40px);
overflow: auto;
}
.divCode {

View File

@@ -14,6 +14,7 @@
text-decoration: none;
color: black;
display: block;
height: 30px;
}
.boardBanner .title {
@@ -23,6 +24,8 @@
.boardBanner .description {
font-size: 14px;
display: block;
overflow: auto;
}
.boardBanner .formRow {