Commit:    79ed0768da943603d59244248b225ac5022185eb
Author:    Levi Morrison <le...@php.net>         Tue, 25 Jun 2013 13:37:48 -0600
Parents:   a537daeaece3bfbf6e4eeb36a6d5f358de9a1aee
Branches:  master

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

Log:
Adjusted Note and Caution boxes, especially in the Notes section. Also moved 
the border of User Contributed Notes below the text.

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


Diff:
diff --git a/styles/doc.css b/styles/doc.css
index 841ff4d..0c9137e 100755
--- a/styles/doc.css
+++ b/styles/doc.css
@@ -468,8 +468,9 @@ body.docs #layout {
 .docs #layout #usernotes {
     margin-left: 19em;
 }
+
 .docs #usernotes {
-    margin-top:2em;
+    margin-top:1.5em;
 }
 
 #changelang-langs {
diff --git a/styles/theme.css b/styles/theme.css
index 04d8183..23e3247 100755
--- a/styles/theme.css
+++ b/styles/theme.css
@@ -357,10 +357,9 @@ hr {
     position: relative;
 }
 
-/* User contributed notes heading. */
 #usernotes h3 {
-    border-top: .2em solid #669;
-    padding-top: .801em;
+    border-bottom: .2em solid #669;
+    margin-bottom: -.2em;
 }
 
 #usernotes .count {
@@ -433,10 +432,13 @@ hr {
     border-bottom: 0;
 }
 
+#usernotes .note:first-of-type .text {
+    border-color: #dde;
+}
 #usernotes .note .text {
     background-color: #f5f5f5;
-    border-top: 0.2em solid #669;
-    padding: 1.5em .75em;
+    border-top: 0.125em solid #669;
+    padding: 1.375em .75em 1.5em;
 }
 
 /* Vote arrow styles. */


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

Reply via email to