From 40a0cfe2388213c5447a243d736b92c0ed8cd7ab Mon Sep 17 00:00:00 2001 From: Gabriel Dunne Date: Tue, 10 Sep 2013 19:30:54 -0700 Subject: [PATCH] Image-mode. --- css/style.css | 2 +- templates/projects.html.tpl | 2 +- templates/single.html.tpl | 3 ++- 3 files changed, 4 insertions(+), 3 deletions(-) diff --git a/css/style.css b/css/style.css index a924651..545e528 100644 --- a/css/style.css +++ b/css/style.css @@ -106,7 +106,7 @@ table, td, tr { padding-top:0; } #content.single { - margin-left:200px; + /*margin-left:200px; */ max-width:800px; } diff --git a/templates/projects.html.tpl b/templates/projects.html.tpl index 5415de2..8a48e65 100644 --- a/templates/projects.html.tpl +++ b/templates/projects.html.tpl @@ -15,7 +15,7 @@ ' . $entry->content); ?> - +
-- 2.34.1