From 9f809b52c70a926ca0f793852012abbfb60b5bb0 Mon Sep 17 00:00:00 2001
From: Rasmus Lerdorf \n";
- echo "
\n";
+ echo "\n";
echo "\n";
}
@@ -149,6 +141,7 @@ if ($snippet = is_known_snippet($notfound)) {
\n";
-
+ echo " \n";
// Prepare the data
$i = 0;
$limit = ceil(count($functions) / COLUMNS);
@@ -52,15 +50,9 @@ function quickref_table($functions, $sort = true)
// Print out all rows
foreach ($functions as $file => $name) {
-
- // Start a new column
- if ($i > 0 && $i % $limit==0) {
- 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;