Commit:    4353a6c9eb68488b175b87abc25b9f42c9632e7a
Author:    Levi Morrison <le...@php.net>         Tue, 25 Jun 2013 11:41:02 -0600
Parents:   0e3c83f1bbdee2ef2f9e8e3c08f226fa0598aa0f
Branches:  master

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

Log:
Various spacing fixes.

Changed paths:
  M  styles/doc.css
  M  styles/theme.css


Diff:
diff --git a/styles/doc.css b/styles/doc.css
index 74a128f..1bc5ecc 100755
--- a/styles/doc.css
+++ b/styles/doc.css
@@ -93,7 +93,7 @@ aside#quicktoc {
 /* {{{ Warning and notes */
 .docs div.caution,
 .docs blockquote.note {
-    padding: .75em 1.5em;
+    padding: .75em 1em;
     margin: .75em 0;
 }
 
@@ -471,35 +471,43 @@ body.docs #layout {
 
 
 #changelang-langs {
-    width:120px; 
-    font-size:12px;
-    margin-right: 6px;
+    width:12em; 
+    font-size:.75em;
+    margin: 0 .75em;
 }
 
 .docs .sect2 {
-    margin-top: 12px;
+    margin-top: .75em;
 }
 
 .docs .manualnavbar {
     display: block;
     background-color: #f5f5f5;
-    padding: 12px;
-    margin-bottom: 12px;
+    padding: .75em;
     text-decoration: none;
+    margin-bottom:.75em;
+}
+
+.docs .manualnavbar p:last-child {
+    margin-bottom:0;
 }
 
+.docs .manualnavbar .prevnext-container {
+    font-size: 1.25em;
+    line-height:1.2;
+    height:1.2em; 
+}
+
+.docs .manualnavbar .prevnext-container a {
+    display:block;
+    border-bottom:none;
+}
 .docs .manualnavbar .prev {
     float: left;
-    display: block;
-    font-size: 1.3em;
-    border-bottom: none;
 }
 
 .docs .manualnavbar .next {
     float: right;
-    display: block;
-    font-size: 1.3em;
-    border-bottom: none;
 }
 
 /* Soft-deprecation Notices */
diff --git a/styles/theme.css b/styles/theme.css
index 19d136d..61c65b3 100755
--- a/styles/theme.css
+++ b/styles/theme.css
@@ -41,7 +41,7 @@ h3 {
     line-height: 1.2em;
 }
 p {
-    margin: 0.5em 0;
+    margin: 0.75em 0;
 }
 ul {
     margin:1.5em 0;
@@ -239,10 +239,6 @@ hr {
     border-radius: 0;
 }
 
-.prevnext-container {
-    height: 25px;
-}
-
 #headnav li dl {
     line-height: 1;
 }


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

Reply via email to