From dbbabb3c9220f6b303bff742384786473bbe16d9 Mon Sep 17 00:00:00 2001 From: Stefan Breunig Date: Fri, 1 Feb 2013 13:51:44 +0100 Subject: [PATCH] fix bugs introduces by beautifier --- style.css | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/style.css b/style.css index c4822127..f676fc4c 100644 --- a/style.css +++ b/style.css @@ -236,10 +236,10 @@ aside:nth-child(odd) span { /* resonators */ #resodetails { margin: 16px 0; - moz-column-gap: 10px; - moz-column-width: 141px; - webkit-column-gap: 10px; - webkit-column-width: 141px; + -moz-column-gap: 10px; + -moz-column-width: 141px; + -webkit-column-gap: 10px; + -webkit-column-width: 141px; } .meter {