Re: [dev] [surf] site-specific css?

2010-07-24 Thread Rob Mason
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

[dev] dwm: XineramaQueryScreens() is called twice in updategeom()

2010-07-24 Thread Hiltjo Posthuma
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

Re: [dev] [surf] site-specific css?

2010-07-24 Thread Szabolcs Nagy
* 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

[dev] [surf] site-specific css?

2010-07-24 Thread Rob Mason
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