From e68048797483a3e5cc5e1dc114a80a7af8fecbb9 Mon Sep 17 00:00:00 2001 From: Zhiming Wang Date: Sun, 26 Jul 2015 21:58:01 -0700 Subject: tons of logic and performance improvements The main aim is a more logical DOM structure and more performant CSS. --- source/css/theme-wide.css | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'source/css/theme-wide.css') diff --git a/source/css/theme-wide.css b/source/css/theme-wide.css index e981c014..9dfcf8fb 100644 --- a/source/css/theme-wide.css +++ b/source/css/theme-wide.css @@ -1,4 +1,3 @@ -article { +.content, .content-separator, .footer { width: 50%; - left: 25%; } -- cgit v1.2.1