Small amount of work on webpages.

This commit is contained in:
Thomas Willingham
2013-07-12 23:01:55 +01:00
parent c28f7e0622
commit f45efcab78
4 changed files with 42 additions and 14 deletions

View File

@@ -167,4 +167,16 @@ ul.menu-popup .menu-sep {
.my-comment-photo {
border-radius: 5px;
box-shadow: 4px 4px 3px #000;
}
}
div#pagelist-content-wrapper {
width: 80%;
background: #111;
margin-left: auto;
margin-right: auto;
}
div.page-list-item {
margin: 20px;
}