Randy Antler

Results 4 issues of 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: ![image](https://user-images.githubusercontent.com/73775/31090244-dabe660a-a75b-11e7-8368-ac78f4860caa.png) (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.

bug