1
0
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:
Hannes Magnusson
2010-12-27 17:17:43 +00:00
parent b09a474bf5
commit c7cbdff439
3 changed files with 3 additions and 3 deletions

View File

@@ -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

View File

@@ -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>";

View File

@@ -214,7 +214,7 @@ footer .footmenu li {
}
#leftbar {
aside.tips {
padding-left: 12px;
padding-bottom: 12px;
padding-right: 12px;