1. 08 7月, 2020 1 次提交
  2. 04 7月, 2020 1 次提交
    • R
      Remove broken responsive-tables JS · 7f77b1d5
      R. Miles McCain 提交于
      Add better responsive CSS for tables in guides
      
      Fix borders & breakpoints for responsive tables
      
      Add table fixes to RTL stylesheets
      
      Use 480px breakpoints, remove outdated CSS
      7f77b1d5
  3. 14 6月, 2020 1 次提交
  4. 13 6月, 2020 1 次提交
  5. 12 6月, 2020 2 次提交
  6. 06 6月, 2020 1 次提交
  7. 23 3月, 2020 1 次提交
  8. 05 10月, 2019 1 次提交
  9. 01 9月, 2019 1 次提交
  10. 20 10月, 2018 2 次提交
    • O
      Replace outdated Rails Guides logo · 8990921b
      Olivier Lacan 提交于
      The previous version wasn’t matching the Rails Guides logo source file
      listed at https://github.com/rails/homepage/blob/master/materials/rails_guides_logo.psd
      somehow. It was also a GIF when an 8-bit PNG results in a smaller file (2KB vs 4KB) which
      should be just as widely compatible with browsers.
      
      And that’s just for the 1x version. I added a new 2x version for “retina” or high-density
      displays and a CSS @media query to progressively enhance with this high density
      version of the logo. I’ve ensured that this query is supported across browsers by
      using vendor-specific versions when necessary. See:
      https://caniuse.com/#feat=css-media-resolution
      
      [ci skip]
      8990921b
    • O
      Use CSS flexbox for Guides index menu · 06841343
      Olivier Lacan 提交于
      This notably allows us to tile each category without pushing the page down vertically
      as much as we previously did on any viewport wider than mobile sizes.
      
      It also means we can fit more guides which will become useful in the future since
      we have several new guides in the work.
      
      Finally the new layout allows three clearly distinct columns to emerge:
      - Start Here and Rails basics: Models, Views, Controllers, Other Components
      - Digging Deeper, Extending Rails, Contributing, Maintenance
      - Release Notes
      
      Having Release Notes shoot back up to the top of the third column is great
      because that makes finding the latest released version and its associated
      release notes much easier without having to scroll down a bunch.
      
      [ci skip]
      06841343
  11. 18 8月, 2018 1 次提交
  12. 19 7月, 2018 1 次提交
  13. 21 4月, 2018 1 次提交
  14. 01 4月, 2018 1 次提交
    • Y
      Improve css in guide · a668f666
      Yoshiyuki Hirano 提交于
      * .clearfix is overridden.
      * .clear is not currently used.
      * #extraCol is not currently used.
      * table th, table td are overridden. Merged them.
      * Removed needless comment lines which are added on #6475
      a668f666
  15. 05 4月, 2017 2 次提交
  16. 02 4月, 2017 1 次提交
  17. 19 4月, 2016 1 次提交
  18. 03 1月, 2015 1 次提交
    • R
      Avoid displaying new lines inside note paragraphs · d0703280
      Robin Dupret 提交于
      Commit 65a2977c added a `pre-wrap` style for white spaces on `.note`
      paragraphs. However, this is first inconsistent as other notes like
      warnings don't have this style applied. Furthermore, it seems to be
      unneeded for mobile devices.
      
      Also revert changes made in #18147 since they aren't needed anymore.
      
      Cross-refs #18138.
      
      [ci skip]
      d0703280
  19. 07 5月, 2014 1 次提交
  20. 08 7月, 2013 1 次提交
  21. 26 6月, 2013 1 次提交
  22. 06 1月, 2013 2 次提交
  23. 07 11月, 2012 1 次提交
  24. 05 11月, 2012 2 次提交
    • C
      Minor css style improvements · 5cb2edce
      Carlos Antonio da Silva 提交于
      Fix some indenting for some properties and closing }, remove tabs, and
      merge two pre/code definitions.
      
      [ci skip]
      5cb2edce
    • C
      Restore index link states to the way they are in current guide · 3f705b65
      Carlos Antonio da Silva 提交于
      Current stable guides show the "Guides Index" links without underline,
      just showing it when it's hovered. This restores the same functionality
      for edge guides.
      
      Also remove annoying pointer cursor while accessing guides index,
      restoring previously functionality: now the pointer cursor only appears
      when hovering a link.
      
      Closes #8107 [ci skip]
      3f705b65
  25. 07 10月, 2012 2 次提交
  26. 18 9月, 2012 2 次提交
  27. 06 5月, 2012 1 次提交
  28. 05 5月, 2012 1 次提交
  29. 29 3月, 2012 1 次提交
  30. 17 3月, 2012 1 次提交
  31. 10 2月, 2012 1 次提交
  32. 25 12月, 2011 1 次提交
  33. 20 11月, 2010 1 次提交