Randy Antler
Randy Antler
I don't have a joystick installed at the moment. Could this issue be caused by that? I've tried several different versions of Total Replay disk images and I'm using a...
Visiting the https://github-displayer.heroku.com/geelen/git-smart/raw/master/docs/smart-pull.html page results in the following error:  (Apologies if this is not directly related to this particular project).
Has anyone taken a look at what might be necessary to get copy/move to play nice with chronicle?
I had to change this line: ``` css.gsub!(/([^"'=\s])\s*#([0-9a-f])\2([0-9a-f])\3([0-9a-f])\4/i, '\1#\2\3\4') ``` To read: ``` css.gsub!(/([^"'=\s])\s*#([0-9a-f])\2([0-9a-f])\3([0-9a-f])\4/i, '\1 #\2\3\4') ``` In order to fix an IE7 and IE8 issue regarding border colors disappearing.