Archived
1
0
Fork 0

Some css for nice views :)

This commit is contained in:
Fredric N 2010-10-02 00:10:19 +02:00
parent ee3e264c9e
commit 522b775935

View file

@ -282,3 +282,14 @@ ul.custom li {
.blogpost .content {
margin: 10px 0;
}
.full-width {
width: 100%;
}
.half-width {
width: 50%;
}
.center {
margin: 0 auto 0 auto;
}