Hmmm, perhaps I should be asking this question elsewhere then. Thank you.
On Sat, Jul 24, 2010 at 12:27 PM, Szabolcs Nagy wrote:
> * Rob Mason [2010-07-24 11:14:36 -0400]:
>
> > Hi, I'm wondering how to have custom css for a specific site,
> specifically
> > like the css here: http://userstyles
Hi,
I checked dwm with valgrind, just to see if it showed up anything
interesting. I saw in the "updategeom" function Xinerama is queried twice
when Xinerama is enabled. I attached a patch which fixes this.
Kind regards,
Hiltjo
dwm-xinerama-doublequeryscreens.diff
Description: Binary data
* Rob Mason [2010-07-24 11:14:36 -0400]:
> Hi, I'm wondering how to have custom css for a specific site, specifically
> like the css here: http://userstyles.org/styles/31211
mozilla has @-moz-document css extension to define domain specific styles
https://developer.mozilla.org/en/CSS:@-moz-docum
Hi, I'm wondering how to have custom css for a specific site, specifically
like the css here: http://userstyles.org/styles/31211
I can get it to work by putting the code into my ~/.surf/style.css file, but
it applies the style to all webpages, and I only want it to apply to a
certain domain. Is thi