Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/phpmyadmin/phpmyadmin.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlexander M. Turek <me@derrabus.de>2003-02-15 22:31:07 +0300
committerAlexander M. Turek <me@derrabus.de>2003-02-15 22:31:07 +0300
commit622661fcea76971242e6aceb7864dd064589f0af (patch)
tree14f75b9198ac9f338bed7c4441c2913c1e5658d2 /docs.css
parent667e097417e6898071e953c846e6dc0983dc389c (diff)
Wrong URI
Diffstat (limited to 'docs.css')
-rw-r--r--docs.css6
1 files changed, 3 insertions, 3 deletions
diff --git a/docs.css b/docs.css
index d107152545..b2524dab57 100644
--- a/docs.css
+++ b/docs.css
@@ -1,6 +1,6 @@
/* $Id$ */
/* 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 {
@@ -36,7 +36,7 @@ div.header {
top: 0px;
position: fixed;*/
/* following MSIE hack was originally written by Riki Fridrich
- * <http://www.fckbkk.sk> */
+ * <http://www.fczbkk.sk> */
position: expression("absolute");
width: expression(document.body.clientWidth);
top: expression(document.body.scrollTop + this.offsetHeight - this.offsetHeight);
@@ -127,7 +127,7 @@ ul {
pre {
margin: 2px 5% 2px 5%;
-
+
}
pre.wrap {
white-space: normal;