Wrong URI
This commit is contained in:
@@ -11,6 +11,7 @@ $Source$
|
|||||||
* libraries/common.lib.php3: Don't display edit link for
|
* libraries/common.lib.php3: Don't display edit link for
|
||||||
database-independant queries.
|
database-independant queries.
|
||||||
* lang/polish-*.inc.php3: Updates, thanks to Jakub Wilk (ubanus).
|
* lang/polish-*.inc.php3: Updates, thanks to Jakub Wilk (ubanus).
|
||||||
|
* docs.css: Wrong URI.
|
||||||
|
|
||||||
2003-02-14 Alexander M. Turek <rabus@users.sourceforge.net>
|
2003-02-14 Alexander M. Turek <rabus@users.sourceforge.net>
|
||||||
* server_databases.php3, server_privileges.php3, lang/*.inc.php3:
|
* server_databases.php3, server_privileges.php3, lang/*.inc.php3:
|
||||||
|
6
docs.css
6
docs.css
@@ -1,6 +1,6 @@
|
|||||||
/* $Id$ */
|
/* $Id$ */
|
||||||
/* Stylesheet for phpMyAdmin documentation */
|
/* Stylesheet for phpMyAdmin documentation */
|
||||||
/* vim: expandtab ts=4 sw=4 sts=4 tw=78
|
/* vim: expandtab ts=4 sw=4 sts=4 tw=78
|
||||||
*/
|
*/
|
||||||
|
|
||||||
body {
|
body {
|
||||||
@@ -36,7 +36,7 @@ div.header {
|
|||||||
top: 0px;
|
top: 0px;
|
||||||
position: fixed;*/
|
position: fixed;*/
|
||||||
/* following MSIE hack was originally written by Riki Fridrich
|
/* following MSIE hack was originally written by Riki Fridrich
|
||||||
* <http://www.fckbkk.sk> */
|
* <http://www.fczbkk.sk> */
|
||||||
position: expression("absolute");
|
position: expression("absolute");
|
||||||
width: expression(document.body.clientWidth);
|
width: expression(document.body.clientWidth);
|
||||||
top: expression(document.body.scrollTop + this.offsetHeight - this.offsetHeight);
|
top: expression(document.body.scrollTop + this.offsetHeight - this.offsetHeight);
|
||||||
@@ -127,7 +127,7 @@ ul {
|
|||||||
|
|
||||||
pre {
|
pre {
|
||||||
margin: 2px 5% 2px 5%;
|
margin: 2px 5% 2px 5%;
|
||||||
|
|
||||||
}
|
}
|
||||||
pre.wrap {
|
pre.wrap {
|
||||||
white-space: normal;
|
white-space: normal;
|
||||||
|
Reference in New Issue
Block a user