View Single Post
Old 11-05-2011, 11:47 AM   #45
EowynCarter
Wizard
EowynCarter ought to be getting tired of karma fortunes by now.EowynCarter ought to be getting tired of karma fortunes by now.EowynCarter ought to be getting tired of karma fortunes by now.EowynCarter ought to be getting tired of karma fortunes by now.EowynCarter ought to be getting tired of karma fortunes by now.EowynCarter ought to be getting tired of karma fortunes by now.EowynCarter ought to be getting tired of karma fortunes by now.EowynCarter ought to be getting tired of karma fortunes by now.EowynCarter ought to be getting tired of karma fortunes by now.EowynCarter ought to be getting tired of karma fortunes by now.EowynCarter ought to be getting tired of karma fortunes by now.
 
Posts: 4,337
Karma: 4000000
Join Date: Oct 2008
Location: Paris
Device: Cybooks; Sony PRS-T1
Well, css parser would definitifly be good. One of the main reason i'm using sigil.

An other anoyance i have with jutho, is the way it sets syle.
I would like to have

p
{
// whatever's neeeded
}

in the css

and <p>fsdf sdfsdf sdfsdfsdf</p> in the html

rather than
.p_normal
{
// whatever's needed
}

and <p class="p_normal" >fsdf sdfsdf sdfsdfsdf</p>

Oh, and a "remove unused style" would be dammed useful.
EowynCarter is offline   Reply With Quote