From 4227e37e4772672ab5ae14fd5a4cf1570d9cc566 Mon Sep 17 00:00:00 2001 From: obenland Date: Tue, 30 Jul 2013 11:19:38 -0700 Subject: [PATCH] _s: Remove three column layouts. We don't register a second sidebar and styles seem to be incomplete. Let's revisit this once we have a more modular way of putting `_s` together. Closes #199. --- layouts/content-sidebar-sidebar.css | 22 ---------------------- layouts/sidebar-content-sidebar.css | 22 ---------------------- layouts/sidebar-sidebar-content.css | 22 ---------------------- 3 files changed, 66 deletions(-) delete mode 100644 layouts/content-sidebar-sidebar.css delete mode 100644 layouts/sidebar-content-sidebar.css delete mode 100644 layouts/sidebar-sidebar-content.css diff --git a/layouts/content-sidebar-sidebar.css b/layouts/content-sidebar-sidebar.css deleted file mode 100644 index 4c73a7f3..00000000 --- a/layouts/content-sidebar-sidebar.css +++ /dev/null @@ -1,22 +0,0 @@ -/* -Theme Name: _s -Layout: Content-Sidebar-Sidebar -*/ - -.content-area { - float: left; - width: 100%; -} -.site-content { - margin: 0 40% 0 0; -} -.site-main .widget-area { - float: left; - margin: 0 0 0 -40%; - overflow: hidden; - width: 20%; -} -.site-footer { - clear: both; - width: 100%; -} diff --git a/layouts/sidebar-content-sidebar.css b/layouts/sidebar-content-sidebar.css deleted file mode 100644 index a2dc79a1..00000000 --- a/layouts/sidebar-content-sidebar.css +++ /dev/null @@ -1,22 +0,0 @@ -/* -Theme Name: _s -Layout: Sidebar-Content-Sidebar -*/ - -.content-area { - float: left; - width: 100%; -} -.site-content { - margin: 0 20%; -} -.site-main .widget-area { - float: left; - margin: 0 0 0 -100%; - overflow: hidden; - width: 20%; -} -.site-footer { - clear: both; - width: 100%; -} diff --git a/layouts/sidebar-sidebar-content.css b/layouts/sidebar-sidebar-content.css deleted file mode 100644 index 3daa3fc0..00000000 --- a/layouts/sidebar-sidebar-content.css +++ /dev/null @@ -1,22 +0,0 @@ -/* -Theme Name: _s -Layout: Sidebar-Sidebar-Content -*/ - -.content-area { - float: right; - margin: 0 0 0 -40%; - width: 100%; -} -.site-content { - margin: 0 0 0 40%; -} -.site-main .widget-area { - float: left; - overflow: hidden; - width: 20%; -} -.site-footer { - clear: both; - width: 100%; -} \ No newline at end of file