Tags:
create new tag
view all tags

Question

Hi, I am using TWiki 4.2 and I have noticed that when I use lists in the sidebar (pattern skin), the markers for the unordered lists are dashes and don't follow the defaults for the levels (list-style-type = "disc", "circle" and "square" in that order). I think they used to (4.1.2), but I am not 100% sure. I can force the marker type by playing with "list-style-type" in the theme-style.css, but the levels are all the same with this method and the dashes are still there! Can you tell me where I need to change this setting to get rid of the dashes?

Environment

TWiki version: TWikiRelease04x02x00
TWiki plugins: DefaultPlugin, EmptyPlugin, InterwikiPlugin
Server OS: Fedora 6, Kernel 2.6.22.7-57.fc6
Web server: Apache 2.2.6
Perl version: perl 5.8.8
Client OS: Windows
Web Browser: Mozilla Firefox and IE 7
Categories: Skin

-- PeterStephens - 25 Feb 2008

Answer

ALERT! If you answer a question - or someone answered one of your questions - please remember to edit the page and set the status to answered. The status selector is below the edit box.

The image is defined in colors.css, bottom:

.patternLeftBarPersonal li {
   background-image:url(bullet-personal_sidebar.gif);
}

The indent is defined in style.css:

#patternLeftBarContents ul {
   padding:0;
   margin:0;
   list-style:none;
}

-- ArthurClemens - 26 Feb 2008

Thanks Arthur. This gave me the information I needed to get the look I wanted. - Pete

-- PeterStephens - 26 Feb 2008

Change status to:
Edit | Attach | Watch | Print version | History: r3 < r2 < r1 | Backlinks | Raw View | Raw edit | More topic actions
Topic revision: r3 - 2008-02-26 - PeterStephens
 
  • Learn about TWiki  
  • Download TWiki
This site is powered by the TWiki collaboration platform Powered by Perl Hosted by OICcam.com Ideas, requests, problems regarding TWiki? Send feedback. Ask community in the support forum.
Copyright © 1999-2026 by the contributing authors. All material on this collaboration platform is the property of the contributing authors.