From 522b7759350f866d8f68d9906cd9f927f35943f1 Mon Sep 17 00:00:00 2001 From: Fredric N Date: Sat, 2 Oct 2010 00:10:19 +0200 Subject: [PATCH] Some css for nice views :) --- public/css/default.css | 11 +++++++++++ 1 file changed, 11 insertions(+) diff --git a/public/css/default.css b/public/css/default.css index 731437f..8704569 100644 --- a/public/css/default.css +++ b/public/css/default.css @@ -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; +} \ No newline at end of file