0
I Use This!
Inactive

Commits : Listings

Analyzed about 7 hours ago. based on code collected about 10 hours ago.
Apr 25, 2023 — Apr 25, 2024
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
Fixing a comment. More... almost 10 years ago
The JS file got smaller. Yay? More... almost 10 years ago
Re-minifying. More... almost 10 years ago
Making it more obvious that I'm setting `url` to undefined, before the loop. More... almost 10 years ago
Making the <link/> insertion work, even if path is undefined. Related to this GitHub issue… https://github.com/nathansmith/adapt/issues/28 More... almost 10 years ago
Just changing a comment. More... almost 11 years ago
No discernable changes. Just making callback a noop function, if it's not defined. More... almost 11 years ago
Updating the minified adapt.js file. More... almost 11 years ago
Merge pull request #24 from flexoid/master More... almost 11 years ago
Set blank url if range is empty More... almost 11 years ago
More reliably test for the width of the page (not including scrollbars). More... over 11 years ago
Added media="screen" — So print stylesheets are unaffected. More... about 12 years ago
Correctly minifying the 1920.min.css file. More... about 12 years ago
Lowering the setTimeout timer from 100ms to 16ms. More... about 12 years ago
Just tweaking comments a bit. No actual code changes. More... over 12 years ago
Updating byte count (832 bytes, from 833). Yay. More... over 12 years ago
Make non-exitent file `undefined` instead of an empty string. More... over 12 years ago
Updating byte count (833 now, not 826). More... over 12 years ago
Change to allow for a mix of ranges with files, and some without (to use *only* callback for those without). More... over 12 years ago
Changed the 845 bytes file-size note to 826 bytes. More... over 12 years ago
Changed setInterval / clearInterval to setTimeout / clearTimeout. More... over 12 years ago
Fixing slight URL typo. More... over 12 years ago
Slight tweak to mobile.css. Also: Killed off fluid.css (since it was reportedly buggy), added 1920.css and 2520.css to accound for up to 30" monitors (2560px wide). More... over 12 years ago
Moving position:relative off .grid_xx to .push_xx / .pull_xx - The generator I used for the fluid.css is outdated. More... almost 13 years ago
Moving position:relative off .grid_xx to .push_xx / .pull_xx - The generator I used for the fluid.css is outdated. More... almost 13 years ago
Ignore .DS_Store files from OS X. More... almost 13 years ago
Slight update to CSS reset. More... almost 13 years ago
Apparently, Safari likes commas instead of semi-colons for viewport meta. Thanks @pengwynn :) More... almost 13 years ago
New and improved auto-clearing .container_12 div. (No need for class="container_12 clearfix", now just class="container_12") More... almost 13 years ago
Moved <style> above <script>. More... almost 13 years ago