Add a system blog

This commit is contained in:
Andrew Pamment
2018-02-27 18:26:32 +10:00
parent 371aa84ea0
commit 396f5c2bb9
29 changed files with 488 additions and 15 deletions

View File

@@ -354,6 +354,24 @@
max-width: 100%;
}
.blog-header {
border: 1px solid #666666;
background-color: #eee;
padding: 5px;
}
.blog-date {
font-size: small;
}
.blog-author {
font-size: small;
}
.blog-entry {
padding: 25px;
}
#msgbody {
background-color: black;
color: gray;

View File

@@ -288,6 +288,25 @@
background-color: #111111;
}
.blog-header {
border: 1px solid #666666;
background-color: #eee;
padding: 5px;
}
.blog-date {
float: right;
font-size: small;
}
.blog-author {
font-size: small;
}
.blog-entry {
padding: 25px;
}
.last10-row {
background-color: #eee;
display: -webkit-box;