From 5548968cc2cffc83aafb5fc45461ac5dda984130 Mon Sep 17 00:00:00 2001 From: Jayaram Pai Date: Fri, 29 Nov 2013 12:40:29 +0530 Subject: moving sidebar tot the left --- static/website/templates/page.html | 15 ++++++++------- 1 file changed, 8 insertions(+), 7 deletions(-) diff --git a/static/website/templates/page.html b/static/website/templates/page.html index b6f3ba3..f40bf58 100644 --- a/static/website/templates/page.html +++ b/static/website/templates/page.html @@ -54,13 +54,6 @@ {% block content %}
-
-

{{ page.heading }}

-

- {{ page.content|safe }} -

-
- + +
+

{{ page.heading }}

+

+ {{ page.content|safe }} +

+
+
-- cgit From f49d0002184dea0884ec2b67ee7a7b437122e62c Mon Sep 17 00:00:00 2001 From: Jayaram Pai Date: Fri, 29 Nov 2013 13:43:57 +0530 Subject: #content padding --- static/website/css/main.css | 1 - 1 file changed, 1 deletion(-) diff --git a/static/website/css/main.css b/static/website/css/main.css index 887fa62..a137f30 100644 --- a/static/website/css/main.css +++ b/static/website/css/main.css @@ -85,7 +85,6 @@ ul.nav li > a:focus{ #footer-inner{ } #content{ - padding: 0 25px 0 0; text-align: justify; } #sidebar{ -- cgit