Commit:    b11afb4aa82a73574b6c75c1b2cdb1dd72ff5b3d
Author:    Levi Morrison <[email protected]>         Wed, 23 Apr 2014 12:02:05 -0600
Parents:   cf1767bd6ac1131c8e7ed12f662d25966d793a83
Branches:  master

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

Log:
Wiki: simplified some spacing CSS for the main content

Changed paths:
  M  styles/wiki.css


Diff:
diff --git a/styles/wiki.css b/styles/wiki.css
index 0739e5a..9f9d24e 100644
--- a/styles/wiki.css
+++ b/styles/wiki.css
@@ -8,8 +8,8 @@ body {
   font: normal 1em/1.5 "Source Sans Pro", Helvetica, Arial, sans-serif;
 }
 #dokuwiki__site {
-  margin: 0 auto;
   max-width: 75em;
+  padding: 1.5rem 3rem 1.5rem 1.5rem;
 }
 #dokuwiki__site > .site {
   padding: 0 .5em;
@@ -927,9 +927,6 @@ div.code pre.codeShown {
        border-left: 1px solid #CCC;
        margin: 0;
 }
-#dokuwiki__site {
-       margin: 0 3rem 0 1.5rem;
-}
 #dokuwiki__site > .site {
        padding: 0;
 }
@@ -972,9 +969,6 @@ ul .level1, ul .level2, ul .level3 {
 #breadcrumbs nav a {
   border: 0;
 }
-#breadcrumbs + .mainscreen {
-  padding-top:1.5rem;
-}
 div.footnotes {
   border-top:1px dotted #669;
   border-bottom:1px dotted #669;


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

Reply via email to