Commit:    ea2a324818729acf58a485f69f9667c0c8cb9199
Author:    Hannes Magnusson <[email protected]>         Fri, 20 Dec 2013 
13:29:59 -0800
Parents:   59c5399a6813509e459adcff21a319120e4f830d
Branches:  master

Link:       
http://git.php.net/?p=web/shared.git;a=commitdiff;h=ea2a324818729acf58a485f69f9667c0c8cb9199

Log:
Workaround some of the annoying wikimarkup

Changed paths:
  M  styles/wiki.css


Diff:
diff --git a/styles/wiki.css b/styles/wiki.css
index aed1121..2a72e9c 100644
--- a/styles/wiki.css
+++ b/styles/wiki.css
@@ -919,8 +919,26 @@ div.code pre.codeShown {
 {
        display: none;
 }
+.secondscreen > div > div {
+       background-color: #f9f9f9;
+       border: 1px solid #d9d9d9;
+       margin: 0;
+}
+#dokuwiki__site {
+       margin: 0 40px;
+}
+#dokuwiki__site > .site {
+       padding: 0;
+}
+#dw__toc a {
+       border-bottom: 0px;
+       text-decoration: underline;
+}
 @media (max-width:640px) {
        #dokuwiki__pagetools ul {
                display: hidden;
        }
+       #dokuwiki__site {
+               margin: 0px;
+       }
 }


--
PHP Webmaster List Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php

Reply via email to