From 70cd391ea1316980aed701c797beac552dfbddab Mon Sep 17 00:00:00 2001 From: orbiter Date: Wed, 7 Mar 2007 22:49:32 +0000 Subject: [PATCH] fix for dl/fieldset problem in Safari git-svn-id: https://svn.berlios.de/svnroot/repos/yacy/trunk@3444 6c8d7289-2bf4-0310-a012-ef5d649a1542 --- htroot/ConfigBasic.html | 12 ++++++------ htroot/PerformanceMemory_p.html | 19 +++++++------------ htroot/env/base.css | 7 +++++++ 3 files changed, 20 insertions(+), 18 deletions(-) diff --git a/htroot/ConfigBasic.html b/htroot/ConfigBasic.html index 0b51520e6..89101f1c8 100644 --- a/htroot/ConfigBasic.html +++ b/htroot/ConfigBasic.html @@ -33,7 +33,7 @@
  • #(statusPassword)#warning Please set a password for your peer to protect your settings (> 3 characters); if this is successful you will be asked to log in with these values immediately.::ok Password is set#(/statusPassword)#
    -
    +
    @@ -42,22 +42,22 @@
    (repeat same password)
    -
    +
  • #(statusName)#warning Your peer name has not been customized; please set your own peer name::ok You have a nice peer name#(/statusName)#
    -
    +
    -
    +
  • #(statusPort)#warning Your peer cannot be reached from outside (what is not fatal, but would be good for the YaCy network); please open your firewall for this port and/or set a virtual server option in your router to allow connections on this port.::ok Your peer can be reached by other peers#(/statusPort)#
    -
    +
    @@ -70,7 +70,7 @@
    #(/upnp)#
    -
    +
  •     
    diff --git a/htroot/PerformanceMemory_p.html b/htroot/PerformanceMemory_p.html index b8d215cc2..77ed44d17 100644 --- a/htroot/PerformanceMemory_p.html +++ b/htroot/PerformanceMemory_p.html @@ -61,18 +61,13 @@
    Memory Settings - - - - - - - - - - -
       MByte
     #(setStartupCommit)#::Accepted change. This will take effect after restart of YaCy#(/setStartupCommit)# -
    +
    +
    +
    MByte  +   + #(setStartupCommit)#::
    Accepted change. This will take effect after restart of YaCy
    ::
    #(/setStartupCommit)# +
    +
    diff --git a/htroot/env/base.css b/htroot/env/base.css index 74374083e..215eb4921 100644 --- a/htroot/env/base.css +++ b/htroot/env/base.css @@ -37,6 +37,13 @@ font-family:/*Helvetica, Arial, */sans-serif; } +/* the following dl style is needed to patch a bug in Safari + which occurs when definition lists appears inside of fieldsets */ +dl { + display:inline-block; + width:96%; +} + body { margin:0; padding:0;