mirror of
https://github.com/php/web-php.git
synced 2026-03-23 23:02:13 +01:00
leftbar is horrible id.. and this shouldn't be id either :]
This commit is contained in:
@@ -6,7 +6,7 @@ include_once $_SERVER['DOCUMENT_ROOT'] . '/include/prepend.inc';
|
||||
site_header("Get Involved");
|
||||
?>
|
||||
|
||||
<aside id="leftbar">
|
||||
<aside class="tips">
|
||||
<p style="margin: 5px; padding: 5px;">
|
||||
Ever wondered how the PHP.net project actually works and what it has to offer?
|
||||
Who is in charge and how decisions are made? The PHP.net project has a lot of
|
||||
|
||||
@@ -119,7 +119,7 @@
|
||||
<div id="layout">
|
||||
<?php
|
||||
if (!empty($SIDEBAR_DATA)) {
|
||||
echo '<aside id="leftbar">', "\n$SIDEBAR_DATA\n</aside>\n";
|
||||
echo '<aside class="tips">', "\n$SIDEBAR_DATA\n</aside>\n";
|
||||
}
|
||||
if (!empty($config["leftmenu"])) {
|
||||
echo "<aside class='layout-menu'><ul>";
|
||||
|
||||
@@ -214,7 +214,7 @@ footer .footmenu li {
|
||||
}
|
||||
|
||||
|
||||
#leftbar {
|
||||
aside.tips {
|
||||
padding-left: 12px;
|
||||
padding-bottom: 12px;
|
||||
padding-right: 12px;
|
||||
|
||||
Reference in New Issue
Block a user