From acec5144186e850ebcc587b5cc7fb670b075f7d0 Mon Sep 17 00:00:00 2001 From: Le Tan Date: Sat, 1 Apr 2017 19:56:50 +0800 Subject: [PATCH] some minor refinement 1. Change the corner widget color; 2. Change the markdown.css's style to not let it wrap a line. --- src/resources/icons/corner_menu_cur.svg | 2 +- src/resources/icons/corner_tablist_cur.svg | 2 +- src/resources/markdown.css | 2 -- 3 files changed, 2 insertions(+), 4 deletions(-) diff --git a/src/resources/icons/corner_menu_cur.svg b/src/resources/icons/corner_menu_cur.svg index 22677715..77a129bf 100644 --- a/src/resources/icons/corner_menu_cur.svg +++ b/src/resources/icons/corner_menu_cur.svg @@ -3,7 +3,7 @@ - diff --git a/src/resources/icons/corner_tablist_cur.svg b/src/resources/icons/corner_tablist_cur.svg index 455f82a8..1007853e 100644 --- a/src/resources/icons/corner_tablist_cur.svg +++ b/src/resources/icons/corner_tablist_cur.svg @@ -5,7 +5,7 @@ width="512px" height="512px" viewBox="0 0 512 512" enable-background="new 0 0 512 512" xml:space="preserve"> - + diff --git a/src/resources/markdown.css b/src/resources/markdown.css index b7b27f73..dec3bbfb 100644 --- a/src/resources/markdown.css +++ b/src/resources/markdown.css @@ -60,7 +60,6 @@ p, ul, ol { } pre { padding: 0px 24px; - white-space: pre-wrap; background-color: #f8f8f8; border-radius: 3px; border: 1px solid #cccccc; @@ -77,7 +76,6 @@ pre code { padding: 0; border: none; background: transparent; - white-space: pre-wrap; overflow: auto; color: #444444; }