Announcement

Do not use the forums to submit bug reports, feature requests or patches, submit a New Ticket instead.

#1 2009-07-18 07:39:38

tw1ster
New member
Registered: 2009-07-18
Posts: 1

Problem with Stylist plugin

Hi,

I have a problem with Stylist plugin.

I have this line in my xinha config file:

xinha_config.stylistLoadStylesheet('/docs/dwcss/simple.css');   

And file simple.css look like this:

H1
{
    FONT-WEIGHT: bold;
    FONT-SIZE: larger;
    MARGIN: 0px 10px 5px 0px;
    COLOR: #277293;
    TEXT-INDENT: 4px;
    FONT-FAMILY: Trebuchet MS;
    TEXT-ALIGN: left
}


.table
{
    float: left;
    widht: 598px;   
}

.tabulka_left
{
    float: left;
    widht: 296px;
    border: 1px solid gray;
}

.tabulka_right
{
    float: left;
    widht: 300px;
    border: 1px solid gray;
}

My problem is that the Stylist show only this CSS Clasess (table, table_left, table_right) but do not show H1. What have I do wrong?

Thanks and sorry for my english...

smile

Offline

#2 2009-07-20 04:20:18

ray
Xinha Administrator
From: Germany
Registered: 2005-03-23
Posts: 521
Website

Re: Problem with Stylist plugin

You can't select a tag selector in stylist, because it's apllied to all H1s automatically

Offline

Board footer

Powered by FluxBB