Adjust styles, so that navigation does not hide text.
This commit is contained in:
@@ -4572,7 +4572,7 @@ Original Credits of Version 2.1.0
|
|||||||
|
|
||||||
|
|
||||||
<ul id="footer">
|
<ul id="footer">
|
||||||
<li>Copyright © 2003 - 2008 <a href="${base_url}team.${file_ext}">phpMyAdmin devel team</a></li>
|
<li>Copyright © 2003 - 2009 <a href="${base_url}team.${file_ext}">phpMyAdmin devel team</a></li>
|
||||||
<li><a href="LICENSE">License</a></li>
|
<li><a href="LICENSE">License</a></li>
|
||||||
<li><a href="http://www.phpmyadmin.net/home_page/donate.php">Donate</a></li>
|
<li><a href="http://www.phpmyadmin.net/home_page/donate.php">Donate</a></li>
|
||||||
<li class="last">Valid <a href="http://validator.w3.org/check/referer">HTML</a> and <a href="http://jigsaw.w3.org/css-validator/check/referer">CSS</a></li>
|
<li class="last">Valid <a href="http://validator.w3.org/check/referer">HTML</a> and <a href="http://jigsaw.w3.org/css-validator/check/referer">CSS</a></li>
|
||||||
|
1
docs.css
1
docs.css
@@ -42,6 +42,7 @@ img {
|
|||||||
#body {
|
#body {
|
||||||
margin: 2em 1em 1em 1em;
|
margin: 2em 1em 1em 1em;
|
||||||
padding: 0px;
|
padding: 0px;
|
||||||
|
padding-right: 13em;
|
||||||
}
|
}
|
||||||
|
|
||||||
ul#footer {
|
ul#footer {
|
||||||
|
@@ -39,6 +39,8 @@
|
|||||||
<li><a href="Documentation.html#glossary">Glossary</a></li>
|
<li><a href="Documentation.html#glossary">Glossary</a></li>
|
||||||
</ul>
|
</ul>
|
||||||
|
|
||||||
|
<div id="body">
|
||||||
|
|
||||||
<p> Here is the list of the "official translators" of
|
<p> Here is the list of the "official translators" of
|
||||||
phpMyAdmin.</p>
|
phpMyAdmin.</p>
|
||||||
|
|
||||||
@@ -434,9 +436,10 @@
|
|||||||
</td>
|
</td>
|
||||||
</tr>
|
</tr>
|
||||||
</table>
|
</table>
|
||||||
|
</div>
|
||||||
|
|
||||||
<ul id="footer">
|
<ul id="footer">
|
||||||
<li>Copyright © 2003 - 2008 <a href="${base_url}team.${file_ext}">phpMyAdmin devel team</a></li>
|
<li>Copyright © 2003 - 2009 <a href="${base_url}team.${file_ext}">phpMyAdmin devel team</a></li>
|
||||||
<li><a href="LICENSE">License</a></li>
|
<li><a href="LICENSE">License</a></li>
|
||||||
<li><a href="http://www.phpmyadmin.net/home_page/donate.php">Donate</a></li>
|
<li><a href="http://www.phpmyadmin.net/home_page/donate.php">Donate</a></li>
|
||||||
<li class="last">Valid <a href="http://validator.w3.org/check/referer">HTML</a> and <a href="http://jigsaw.w3.org/css-validator/check/referer">CSS</a></li>
|
<li class="last">Valid <a href="http://validator.w3.org/check/referer">HTML</a> and <a href="http://jigsaw.w3.org/css-validator/check/referer">CSS</a></li>
|
||||||
|
Reference in New Issue
Block a user