1. 17 Feb, 2015 2 commits
  2. 16 Feb, 2015 2 commits
  3. 12 Feb, 2015 4 commits
  4. 11 Feb, 2015 1 commit
  5. 10 Feb, 2015 2 commits
  6. 09 Feb, 2015 1 commit
  7. 06 Feb, 2015 1 commit
  8. 03 Feb, 2015 4 commits
  9. 02 Feb, 2015 2 commits
  10. 31 Jan, 2015 1 commit
    • Patrick H. Lauke's avatar
      Skip link workarounds for Chrome and IE · c0892d14
      Patrick H. Lauke authored
      Add tabindex="-1" to main #content to work around bug in Chrome (and old
      WebKits) and IE
      Update advice in accessibility section
      Include patch in docs CSS to suppress outline when #content is focused
      (particularly as Chrome sets focus as result of mouse click for
      tabindex="-1" elements)
      c0892d14
  11. 30 Jan, 2015 7 commits
  12. 28 Jan, 2015 1 commit
    • Kevin Kirsche's avatar
      Update per @vsn4ik's requests · 98d44640
      Kevin Kirsche authored
      data-example-id not need be moved. Only change, because data-example-id="static-dropdown" already exists.
      
      Remove whitespace after h3.
      Variation not need capitalize.
      98d44640
  13. 27 Jan, 2015 2 commits
  14. 26 Jan, 2015 1 commit
    • XhmikosR's avatar
      Fix validation errors. · 9f258950
      XhmikosR authored
      Surprisingly those weren't reported by the validator; only in the grunt-contrib-htmlmin branch they were reported, so after digging into it, I saw they were indeed errors...
      9f258950
  15. 24 Jan, 2015 1 commit
  16. 23 Jan, 2015 3 commits
    • Nikita Rushmanov's avatar
      Add a warning in images.html about text-align · 6e782ed4
      Nikita Rushmanov authored
      People normally center images using text-align. However, the `.img-responsive`
      class changes the display type to block. As a result you can no longer align the 
      image with text-align. You must instead do it with margin: auto. There was no 
      note about this on the web page, and no mention about setting the display to
      block. Users were left on a frustrating journey to figure out why they can't center
      images anymore!
      6e782ed4
    • Nikita Rushmanov's avatar
      Fix image order in carousel example · d41f114e
      Nikita Rushmanov authored
      When the screen is shrunk below the md threshold, all the featurette columns stack.
      However, since the second featurette is "backwards", when stacked the second featurette
      looked awkward as the image came before the heading.
      d41f114e
    • Nikita Rushmanov's avatar
      Center images in carousel example · ca0fb736
      Nikita Rushmanov authored
      In order to see the changes, you must shrink the browser to below the md threshold.
      ca0fb736
  17. 22 Jan, 2015 2 commits
  18. 21 Jan, 2015 3 commits