diff --git a/quickref.php b/quickref.php index 665faacfe..abe15dcfb 100644 --- a/quickref.php +++ b/quickref.php @@ -40,9 +40,7 @@ function quickref_table($functions, $sort = true) global $LANG; echo "\n"; - echo "
\n";
-
+ echo "
| \n";
- }
- echo "$name \n"; - $i++; + echo " |
For a quick overview over all documented PHP functions, . diff --git a/styles/site.css b/styles/site.css index c2b910a5e..c7a65b8a6 100644 --- a/styles/site.css +++ b/styles/site.css @@ -747,7 +747,7 @@ div#results_nav { } ul#results_nav_list { - margin-top: -1em; + margin-top: -1em; text-align: center; padding: 0px; } @@ -757,6 +757,32 @@ ul#results_nav_list li { list-style-type: none; } +ul#quickref_functions { + display: inline; + margin-right: 0.4em; +} + +ul#quickref_functions li { + list-style-type: none; + margin:0; + padding:0; + float:left; + width:30%; +} + +ul#quickref_other { + display: inline; + margin-right: 0.4em; +} + +ul#quickref_other li { + list-style-type: none; + margin:0; + padding:0; + float:left; + width:30%; +} + /* Definition lists used on eg. the unsub page */ dl dd { margin: 0.5em 0 0.5em 2em;