Revision 686
Added by doc almost 17 years ago
index.php | ||
---|---|---|
163 | 163 |
?> |
164 | 164 |
|
165 | 165 |
<li id="p<?php echo $page['parent']; ?>" style="padding: 2px 0px 2px 0px;"> |
166 |
<table width="720" cellpadding="1" cellspacing="0" border="0" style="background-color: #edf5fc;">
|
|
167 |
<tr> |
|
166 |
<table width="720" cellpadding="1" cellspacing="0" border="0" style="background-color: #ECF3F7;">
|
|
167 |
<tr onmouseover="this.style.backgroundColor = '#FFFFE0'" onmouseout="this.style.backgroundColor = '#ECF3F7'">
|
|
168 | 168 |
<td width="20" style="padding-left: <?php echo $page['level']*20; ?>px;"> |
169 | 169 |
<?php |
170 | 170 |
if($display_plus == true) { |
Also available in: Unified diff
modified some colors and CSS definitions of pages, media and section interface