From cdd7e1e44cd04565a233e1781a14f4eb99cce712 Mon Sep 17 00:00:00 2001 From: raphaelgoetter Date: Thu, 1 Aug 2013 09:03:28 +0200 Subject: [PATCH] reordering styles --- css/knacss.css | 23 ++++++++++++----------- 1 file changed, 12 insertions(+), 11 deletions(-) diff --git a/css/knacss.css b/css/knacss.css index 96014d4..5fbd239 100644 --- a/css/knacss.css +++ b/css/knacss.css @@ -407,16 +407,6 @@ textarea { font-family: inherit; } -/* ----------------------------- */ -/* ==own stylesheet */ -/* ----------------------------- */ - -/* Here should go your own CSS styles */ -/* You can link them with an @import or, better for webperf, just paste them here */ - -/* @import url(my-styles.css); */ - - /* ----------------------------- */ /* ==iefix */ /* ----------------------------- */ @@ -480,4 +470,15 @@ textarea { body { -webkit-text-size-adjust: 100%; } -} \ No newline at end of file +} + +/* ----------------------------- */ +/* ==own stylesheet */ +/* ----------------------------- */ + +/* Here should go your own CSS styles */ +/* You can link them with an @import or, better for webperf, just paste them here */ + +/* @import url(my-styles.css); */ + +