From 5e82d59003cc46d018bc930d315e92caedda0e99 Mon Sep 17 00:00:00 2001 From: Maxim Likhachev Date: Sat, 5 Jul 2014 22:14:01 +0600 Subject: [PATCH] =?UTF-8?q?vimwiki:=20css:=20=D0=BE=D1=82=D0=BA=D0=BB?= =?UTF-8?q?=D1=8E=D1=87=D0=B5=D0=BD=D0=B0=20=D0=BD=D1=83=D0=BC=D0=B5=D1=80?= =?UTF-8?q?=D0=B0=D1=86=D0=B8=D1=8F=20=D1=81=D1=82=D1=80=D0=BE=D0=BA=20?= =?UTF-8?q?=D1=82=D0=B0=D0=B1=D0=BB=D0=B8=D1=86=D1=8B=20pikaday?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- vimwiki/style/css/vimwiki.css | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/vimwiki/style/css/vimwiki.css b/vimwiki/style/css/vimwiki.css index 51c49a9..9810fe9 100644 --- a/vimwiki/style/css/vimwiki.css +++ b/vimwiki/style/css/vimwiki.css @@ -78,7 +78,7 @@ blockquote cite:before { content: "\2014 \2009"; } -table { +table:not(.pika-table) { /* counter-reset: row; */ font-family: "Lucida Sans Unicode", "Lucida Grande", Sans-Serif; font-size: 14px; @@ -88,9 +88,9 @@ table { text-align: left; } -table tr { counter-increment: row } +table:not(.pika-table) tr { counter-increment: row } -table tr td:first-child::before { +table:not(.pika-table) tr td:first-child::before { content: counters(row, ".", decimal-leading-zero); min-width: 1em; margin-right: 0.5em; @@ -147,13 +147,13 @@ del {text-decoration: line-through; color: #777777;} } .icon-left-open, .icon-right-open, .icon-home, .icon-calendar-empty { - color: #EDEDED; + color: #8B8878; font-size: 20px; text-decoration: none; } .icon-left-open:hover, .icon-right-open:hover, .icon-home:hover, .icon-calendar-empty:hover { - color: #8B8878; + color: #8B0078; font-size: 20px; text-decoration: none; }