From: Lukasz Date: Tue, 18 May 2010 13:29:00 +0000 (+0200) Subject: Merge branch 'master' of http://github.com/fnp/wolnelektury X-Git-Url: https://git.mdrn.pl/wolnelektury.git/commitdiff_plain/4b36a346031070515c3029e0050c1990e8a6a3eb?hp=8786b85863e82ff2685fbf93cff5abaa0fb2a860 Merge branch 'master' of github.com/fnp/wolnelektury --- diff --git a/wolnelektury/static/css/master.book.css b/wolnelektury/static/css/master.book.css index 26a11c62c..449b15f4e 100644 --- a/wolnelektury/static/css/master.book.css +++ b/wolnelektury/static/css/master.book.css @@ -194,7 +194,7 @@ blockquote { /* ============= */ /* = Numbering = */ /* ============= */ -.verse { +.verse, .paragraph { position:relative; } .anchor { diff --git a/wolnelektury/static/js/jquery.countdown-pl.js b/wolnelektury/static/js/jquery.countdown-pl.js index 81d5f077d..c881a3d7a 100644 --- a/wolnelektury/static/js/jquery.countdown-pl.js +++ b/wolnelektury/static/js/jquery.countdown-pl.js @@ -13,9 +13,6 @@ timeSeparator: ':', isRTL: false, which: function(n){ return n==1 ? 1 : n%10>=2 && n%10<=4 && (n%100<10 || n%100>=20) ? 2 : 0; - - - n == 1 ? 1 : 0; } }; //$.countdown.setDefaults($.countdown.regional['pl']);