Commit:    49f29e4073a0e73b735e218bcd9a3e66b2e44802
Author:    Adam Harvey <ahar...@php.net>         Thu, 23 Oct 2014 11:45:38 -0700
Parents:   dcb3f47ff34bc07eeb8e96bc31384eab83f25b9d
Branches:  master

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

Log:
Remove position: relative from the page tools, as suggested by romchik.

I'm fairly sure this is an appendix left over from an earlier iteration of the
page tools design, and it certainly doesn't seem to break anything.

Fixes bug #68206 (Viewport widths less than 767px - Problem with suggestions).

Bugs:
https://bugs.php.net/68206

Changed paths:
  M  styles/theme-base.css


Diff:
diff --git a/styles/theme-base.css b/styles/theme-base.css
index 50ba4ad..6d4ec33 100755
--- a/styles/theme-base.css
+++ b/styles/theme-base.css
@@ -405,7 +405,6 @@ hr {
   margin-left:1.5rem;
   float: right;
   text-align: right;
-  position: relative;
   z-index: 100;
 }
 .page-tools #changelang-langs,


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

Reply via email to