Commit:    012e1b775388880f1f4b227e36ec34ad84621f48
Author:    Levi Morrison <[email protected]>         Wed, 1 Jan 2014 17:20:45 -0700
Parents:   304ef25036be593831c76446483c9b2c3466fc31
Branches:  master

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

Log:
I broke this a few patches ago; it worked locally without it, but apparently is 
needed.

Changed paths:
  M  styles/theme-base.css


Diff:
diff --git a/styles/theme-base.css b/styles/theme-base.css
index b805cf6..a52a749 100755
--- a/styles/theme-base.css
+++ b/styles/theme-base.css
@@ -454,6 +454,8 @@ hr {
   margin-left:1.5em;
   float: right;
   text-align: right;
+  position: relative;
+  z-index: 100;
 }
 .page-tools .change-language {
   margin-bottom: 0.75em;


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

Reply via email to