00751: Restore vspace in default sidebar layout

Summary: Restore vspace in default sidebar layout
Created: 2006-06-03 18:16
Status: Closed - fixed for 2.1.10
Category: Bug
From: HaganFox
Assigned:
Priority: 3
Version: >= 2.1.7
OS: All

Description: The new code that changes handling of vspace changed how vertical space is rendered in the default skin's sidebar.

I experimented to find a way to restore the previous spacing (which was explicitly deliberate). Adding a single line to the stylesheet seems to do it.

*** pmwiki.css  2006-05-23 06:37:37.665948000 -0700
--- pmwiki-hf.css       2006-06-03 16:23:59.293695928 -0700
***************
*** 50,55 ****
--- 50,56 ----
    line-height:1.33em;
    font-size:9.4pt; font-family:Verdana,sans-serif;
  }
+ #wikileft .vspace { margin-top:1.125em; }
  #wikileft a { text-decoration:none; color:black; }
  #wikileft a:hover { text-decoration:underline; color:blue; }
  #wikileft ul { list-style:none; padding:0px; margin:0px; }

--Hagan