Minimal CSS boilerplate for mobile-friendly development Forked from https://getskeleton.com
Go to file
Guillermo Rauch 110765dbc1 Misc refactoring.
- Switched to `hashchange` listening instead of delegation
  We still check that the given hash exists as a `href` within a valid
  Skeleton tabs markup, but you can now send links around that focus
  on tabs.

  As an example, if I tweet out mypage.com/#activetab, it will check that
  `#activetab` is a valid href in an anchor within an `<ul class="tabs">`
  element, and if so, make that tab active.

- In addition, you can have multiple anchors in the page that
  trigger tabs by simply setting the appropriate `href`.

- Leverage `closest` and `find` instead of `parent`, `siblings` and
  `children` (code simplification).
2012-03-01 19:38:50 -03:00
images Add Apple Touch Icon sizes and linked those in, added active button CSS, changed some unneeded CSS in base.css, changed the Favicon to be square and cleaner, updated the app.js to include awesome suggestions made from Github community to be faster. Honestly, shocked at how awesome Github community has been already and thanks so much to everyone for the help 2011-05-17 17:54:18 -07:00
javascripts Misc refactoring. 2012-03-01 19:38:50 -03:00
stylesheets Fixed what seems to be a numerical mistake. 336 + 48 = 384 but is given as 348. 2012-02-25 00:54:51 +00:00
404.html updaing docs and commenting all the CSS in correctly 2011-08-17 21:58:20 -07:00
index.html moving the html5 shim link to below CSS 2012-01-25 21:38:24 -08:00
robots.txt changed the git repo to the src folder, browser tested, changed the tabs to work cross browser and to stack...removed the IE conditional stylesheet 2011-05-15 16:13:52 -07:00