David Scotson

Results 24 comments of David Scotson

#209 normalizes the CSS so you can get a better idea of what colors are currently in use.

I noticed the grep line I pasted in the first comment seems to have lost a couple of backslashes, trying again: ``` git grep '#[a-fA-F0-9]\{3,6\}' -- less/moodle/** ```

The only use of span.hide I've found so far is to wrap around some pipe characters ( | ) used as seperators n the calendar lib. I can't figure out...

There's a few places in Moodle where the only content of a table column's cells is an image/icon. On WebKit, if the table is too big to fit onto the...