From 90945921981f85095f548cc14a20cfc94d62af43 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?S=C3=A9bastien=20Lucas?= Date: Fri, 28 Jun 2013 08:52:54 +0200 Subject: [PATCH] Fix for filter. re #46 --- styles/style-default.css | 2 +- styles/style-eink.css | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/styles/style-default.css b/styles/style-default.css index 1cee6f6..8bbbcf7 100644 --- a/styles/style-default.css +++ b/styles/style-default.css @@ -71,7 +71,7 @@ text-align: left; text-transform:none; } -#filter li { +li { display: inline-block; padding: .2em 1em; margin: 2px; diff --git a/styles/style-eink.css b/styles/style-eink.css index d1508be..07d9c73 100644 --- a/styles/style-eink.css +++ b/styles/style-eink.css @@ -77,7 +77,7 @@ text-transform:none; font-variant: normal; } -#filter li { +li { display: inline-block; padding: .2em 1em; margin: 2px;