From 90e1566e028684292a3e345bd609bbeab84ad3b0 Mon Sep 17 00:00:00 2001 From: Maxim Likhachev Date: Thu, 19 Sep 2013 10:56:42 +0600 Subject: [PATCH] =?UTF-8?q?=D0=98=D1=81=D0=BF=D1=80=D0=B0=D0=B2=D0=BB?= =?UTF-8?q?=D0=B5=D0=BD=20=D1=81=D1=82=D0=B8=D0=BB=D1=8C=20=D1=82=D0=B0?= =?UTF-8?q?=D0=B1=D0=BB=D0=B8=D1=86=D1=8B,=20=D0=BA=D0=BE=D0=BD=D1=84?= =?UTF-8?q?=D0=BB=D0=B8=D0=BA=D1=82=D1=83=D1=8E=D1=89=D0=B8=D0=B9=20=D1=81?= =?UTF-8?q?=20vimwiki.css?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- vimwiki/style/css/pikaday/pikaday.css | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/vimwiki/style/css/pikaday/pikaday.css b/vimwiki/style/css/pikaday/pikaday.css index 859c525..b7923ef 100644 --- a/vimwiki/style/css/pikaday/pikaday.css +++ b/vimwiki/style/css/pikaday/pikaday.css @@ -113,11 +113,13 @@ border-collapse: collapse; border-spacing: 0; border: 0; + margin: 0px; } .pika-table th, .pika-table td { width: 14.285714285714286%; + padding: 0px; } .pika-table th { @@ -168,4 +170,4 @@ background: #ff8000 !important; box-shadow: none !important; border-radius: 3px !important; -} \ No newline at end of file +}