From d7d8a8b44630c4a6678958bf8eaf336ca64002fe Mon Sep 17 00:00:00 2001 From: Victor Costa Date: Tue, 18 Mar 2014 11:08:01 -0300 Subject: [PATCH] hide article title for pairwise content --- style.css | 3 +++ 1 file changed, 3 insertions(+), 0 deletions(-) diff --git a/style.css b/style.css index 0696b57..894529d 100644 --- a/style.css +++ b/style.css @@ -2323,6 +2323,9 @@ input.button.with-text { padding: 0.5em 1em; } /*Pairwise*/ +.pairwise-plugin_pairwise-content #article-header .title { + display: none; +} #pairwise_main { text-align: center; -- libgit2 0.21.2