From d825fc2f13372e5589c28ad99b0a1466dcd67408 Mon Sep 17 00:00:00 2001 From: makoto_kw Date: Sat, 24 Feb 2018 12:01:25 +0900 Subject: [PATCH] Build v0.10 --- README.md | 2 +- css/markdown.css | 12 ++++++++++++ markdown.php | 2 +- 3 files changed, 14 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index ebb28dc..db6ea0e 100644 --- a/README.md +++ b/README.md @@ -141,4 +141,4 @@ The MIT License The line below is used for the updater API, please leave it untouched unless bumping the version up :) -~Current Version:0.9~ +~Current Version:0.10~ diff --git a/css/markdown.css b/css/markdown.css index c67e9f8..ecbaf2f 100644 --- a/css/markdown.css +++ b/css/markdown.css @@ -59,6 +59,11 @@ .wp-gfm-footer { margin: 5px 0; + *zoom: 1; +} +.wp-gfm-footer:after { + content: ""; + display: table; clear: both; } @@ -97,3 +102,10 @@ background-color: #f5f5f5; border-top: 1px solid #dedede; } + +@media (max-width: 480px) { + .wp-gfm-toc-content.right, .wp-gfm-toc-content.left { + margin: 10px 5px; + float: none; + } +} diff --git a/markdown.php b/markdown.php index 2ede188..ffa7284 100644 --- a/markdown.php +++ b/markdown.php @@ -11,7 +11,7 @@ class WP_GFM { const NAME = 'WP_GFM'; - const VERSION = '0.9'; + const VERSION = '0.10'; const DEFAULT_RENDER_URL = 'https://api.github.com/markdown/raw'; // google-code-prettify: https://code.google.com/p/google-code-prettify/