From 72800a53ab4c46ac17518124359ad21ecc6a21bf Mon Sep 17 00:00:00 2001 From: Michal Sojka Date: Tue, 29 Jan 2013 18:40:02 +0100 Subject: [PATCH] Add CSS3 compliant columns rules --- columns.css | 2 ++ 1 file changed, 2 insertions(+) diff --git a/columns.css b/columns.css index b67a55a7..06901614 100644 --- a/columns.css +++ b/columns.css @@ -1,6 +1,8 @@ #content { + column-width: 15em; -moz-column-width: 15em; -webkit-column-width: 15em; + column-gap: 1em; -moz-column-gap: 1em; -webkit-column-gap: 1em; } -- 2.39.2