Commit:    508b6041f9889cbf3332f72c6b6aa96729287726
Author:    Dejan Marjanovic <[email protected]>         Tue, 3 Dec 
2013 22:17:55 +0100
Parents:   5ef86111f17e08477d3e621354022e08fa096709
Branches:  master

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

Log:
Fix manual pages hash scroll to work without Javascript

Changed paths:
  M  styles/theme-base.css


Diff:
diff --git a/styles/theme-base.css b/styles/theme-base.css
index 84f9f12..e55a0d8 100755
--- a/styles/theme-base.css
+++ b/styles/theme-base.css
@@ -8,6 +8,7 @@
  *
  * Designed and built with all the love in the world @twitter by @mdo and @fat.
  */
+ 
 .clearfix {
   *zoom: 1;
 }
@@ -2334,6 +2335,11 @@ pre.info {
     border: 1px solid;
 }
 
+#layout .refentry div[id], #layout .sect1 div[id], #usernotes div.note[id]
+{
+  padding-top: 52px !important;
+  margin-top: -52px !important;
+}
 
 /*#layout .refsect1[id]:before,*/
 /**


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

Reply via email to