[Mediawiki-l] Sidebar font size

Steve VanSlyck s.vanslyck at spamcop.net
Sat Dec 29 22:35:15 UTC 2007


Thanks, David.

With your suggestion, found that the correct element is tb, thus:

div#p-navigation { font-size: 12px; }
div#p-contents { font-size: 12px; }
div#p-search { font-size: 12px; }
div#p-tb { font-size: 12px; }

David A. Desrosiers wrote:
> On Sat, 2007-12-29 at 17:00 -0500, Steve VanSlyck wrote:
>   
>> does the trick, but not for the search or the toolbox areas. Any 
>> thoughts on those?
>>     
>
> 1. Install Firefox
> 2. Install the Web Developer extension from Chris Pederick
> 3. From the menu: Outline -> Block Level Elements
> 4. From the same menu: Outline Current Element
>
> Then hover over the item you want, note it's class/etc. in the bar and
> search the stylesheet for that. Edit accordingly. Done.
>
>
>   


More information about the MediaWiki-l mailing list