Skip to content
This repository has been archived by the owner on Aug 15, 2019. It is now read-only.

More accurate calculations on non-WebKit browsers #6

Open
wants to merge 4 commits into
base: master
Choose a base branch
from
Open

More accurate calculations on non-WebKit browsers #6

wants to merge 4 commits into from

Commits on Jan 2, 2012

  1. Bugfix: account for width of scrollbar when calculating the width of …

    …the display area. See http://www.w3.org/TR/css3-mediaqueries/#width for more info.
    Ryan DeBeasi committed Jan 2, 2012
    Configuration menu
    Copy the full SHA
    4ea9785 View commit details
    Browse the repository at this point in the history

Commits on Jan 25, 2012

  1. Width is now accurate in all browsers. We add scrollbar width to wind…

    …ow width on every browser except for WebKit, which includes scrollbar width in window width.
    Ryan DeBeasi committed Jan 25, 2012
    Configuration menu
    Copy the full SHA
    5865d82 View commit details
    Browse the repository at this point in the history

Commits on Jun 14, 2012

  1. Updated readme file

    Ryan DeBeasi committed Jun 14, 2012
    Configuration menu
    Copy the full SHA
    2a12d66 View commit details
    Browse the repository at this point in the history
  2. Tweak code formatting in readme

    Ryan DeBeasi committed Jun 14, 2012
    Configuration menu
    Copy the full SHA
    f4d2315 View commit details
    Browse the repository at this point in the history