1. 14 May, 2019 6 commits
  2. 10 May, 2019 2 commits
  3. 09 May, 2019 5 commits
  4. 08 May, 2019 9 commits
  5. 07 May, 2019 1 commit
  6. 05 May, 2019 3 commits
  7. 04 May, 2019 1 commit
  8. 03 May, 2019 4 commits
  9. 02 May, 2019 5 commits
  10. 30 Apr, 2019 4 commits
    • Martijn Cuppens's avatar
      Reboot & Type cleanup (#28698) · 09c99fe6
      Martijn Cuppens authored
      - Line height & font family from html were directly overridden by body, so they were redundant thus removed
      - The remaining properties are moved to body
      - Shim for IE10 tags removed
      - hr cleanup
        - Combined styles from reboot & type
        - Changed from borders to background
          - This allows us to keep the color inherited.
          - Opacity can be used to change the intensity
          - Size attribute will not change the height instead of making the hr look like an input field
        - Better variable names
      - headings cleanup
        - Moved all element styling to reboot
        - Type will now extend the element styling. This way we will save some redundant code
      - small & mark are also moved to reboot. type does not contain any element styling anymore
      - font weight removed from small, this did not really made sense
      09c99fe6
    • Martijn Cuppens's avatar
      f36890d1
    • ysds's avatar
      Change custom file markup · a454ea7c
      ysds authored
      a454ea7c
    • Martijn Cuppens's avatar
      Remove top margin · 99eff2f5
      Martijn Cuppens authored
      99eff2f5