Add logo to www, also centre the page.

This commit is contained in:
Nicholas Marriott
2015-04-28 13:47:54 +01:00
parent bb210ce773
commit f54f3e2abe
4 changed files with 4 additions and 1 deletions

View File

@ -5,6 +5,9 @@ body {
}
#body-wrapper {
overflow: auto;
width: 900;
margin-left: auto;
margin-right: auto;
}
#upper-left-title {
font-size:xx-large;