"wrap" and "none" are not permitted values.
See http://www.w3schools.com/cssref/pr_text_white-space.asp


Dne neděle 19. července 2015 13:19:30 UTC+2 Ben napsal(a):
>
> Assume a webpage has a CSS difition like 
>
> .mytag { ... 
>              white-space: nowrap;   } 
>
>
> If I delete the line with "white-space" in Firebug then the 
> layout/printout looks  good. 
>
> So I searched for a way to programmatically remove the white-space entry. 
>
> The following does NOT work: 
>
> GM_addStyle(".mytag { white-space: wrap !important; }"); 
>
> GM_addStyle(".mytag { white-space: none !important; }"); 
>
> How else does that work? 
>
> Ben 
>
>
>

-- 
You received this message because you are subscribed to the Google Groups 
"greasemonkey-users" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
To post to this group, send email to [email protected].
Visit this group at http://groups.google.com/group/greasemonkey-users.
For more options, visit https://groups.google.com/d/optout.

Reply via email to