From cc2850bd0d7859e369c83b5281ad9c1bea97270d Mon Sep 17 00:00:00 2001 From: Arona Jones Date: Sat, 17 Jan 2015 22:10:15 +0000 Subject: [PATCH] Delete some unneeded CSS --- css/custom.css | 22 ---------------------- 1 file changed, 22 deletions(-) diff --git a/css/custom.css b/css/custom.css index 124a379..d679a2b 100644 --- a/css/custom.css +++ b/css/custom.css @@ -5,20 +5,6 @@ margin-left: auto; margin-right: auto; } -#columnwrapper { - display: flex; -} -#leftcolumn { - flex: 1; - width: 50%; - float: left -} -#rightcolumn { - flex: 1; - height: auto; - width: 50%; - float: right -} #background { background-image: url("/images/art/back.jpeg"); background-attachment: fixed; @@ -46,12 +32,4 @@ .photothumb { width: 180px; height: 140px; -} -.col-centered { - display: inline-block; - float: none; - /* reset the text-align */ - text-align: left; - /* inline-block space fix */ - margin-right: -4px; } \ No newline at end of file