From 2fe2f8392528b6ae422a72f48b308bbf8cc0d0f3 Mon Sep 17 00:00:00 2001 From: parth Date: Mon, 26 Mar 2012 04:07:00 +0530 Subject: added custom css file --- static/css/style.css | 7 +++++++ 1 file changed, 7 insertions(+) create mode 100644 static/css/style.css diff --git a/static/css/style.css b/static/css/style.css new file mode 100644 index 0000000..5b3b2a5 --- /dev/null +++ b/static/css/style.css @@ -0,0 +1,7 @@ +footer { + border-top: 1px solid #E5E5E5; + margin-top: 45px; + padding: 35px 0 36px; + float:left; + width:100%; +} -- cgit