Commit d7d8a8b44630c4a6678958bf8eaf336ca64002fe

Authored by Victor Costa
1 parent 1ece4048

hide article title for pairwise content

Showing 1 changed file with 3 additions and 0 deletions   Show diff stats
style.css
... ... @@ -2323,6 +2323,9 @@ input.button.with-text {
2323 2323 padding: 0.5em 1em;
2324 2324 }
2325 2325 /*Pairwise*/
  2326 +.pairwise-plugin_pairwise-content #article-header .title {
  2327 + display: none;
  2328 +}
2326 2329  
2327 2330 #pairwise_main {
2328 2331 text-align: center;
... ...