Commit:    4b0551a348d35c63407d6297e3755b7555b128ab
Author:    Levi Morrison <le...@php.net>         Tue, 25 Jun 2013 12:40:35 -0600
Parents:   f613c040783ce882cc3c008e9f5fdf3cb6306037
Branches:  master

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

Log:
Some more cleanup. Also moved the verinfo down to give the Change language 
section a bit more room.

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


Diff:
diff --git a/styles/doc.css b/styles/doc.css
index eab30c2..2d715bf 100755
--- a/styles/doc.css
+++ b/styles/doc.css
@@ -312,8 +312,8 @@ ul.chunklist_children {
 
 .docs p.verinfo {
     position: absolute;
-    right:0px;
-    top: 0px;
+    right:0;
+    top: 1.5em;
     color: #777;
 }
 
@@ -469,47 +469,16 @@ body.docs #layout {
     margin-top:2em;
 }
 
-
 #changelang-langs {
     width:12em; 
     font-size:.75em;
-    margin: 0 .75em;
+    margin: 0 0 0 .75em;
 }
 
 .docs .sect2 {
     margin-top: .75em;
 }
 
-.docs .manualnavbar {
-    display: block;
-    background-color: #f5f5f5;
-    padding: .75em;
-    text-decoration: none;
-    margin-bottom:1.5em;
-}
-
-.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;
-}
-
-.docs .manualnavbar .next {
-    float: right;
-}
-
 /* Soft-deprecation Notices */
 div.soft-deprecation-notice h1.title {
     border: 0;
@@ -517,7 +486,7 @@ div.soft-deprecation-notice h1.title {
     position: absolute;
     padding: 0;
     margin:0;
-    line-height: 1em;
+    line-height: 1;
     top:-22px;
     left: 0;
     font-size: 1.4em;
diff --git a/styles/theme.css b/styles/theme.css
index 954710f..04d8183 100755
--- a/styles/theme.css
+++ b/styles/theme.css
@@ -238,7 +238,9 @@ hr {
 
 .change-language {
     float: right;
-    margin: -25px -10px;
+}
+.change-language p {
+    margin:0;
 }
 .change-language .select {
     border-radius: 0;


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

Reply via email to