Skip to content
  1. Feb 14, 2015
    • Piotr Banaszkiewicz's avatar
      swc.css: Add striped rows to tables · 7e4bc12b
      Piotr Banaszkiewicz authored
      Now the style is matching closely `.table-bordered` from Bootstrap.
      I decided to leave the header row background blank because it was too
      close in color to `#F9F9F9` - our new rule for even rows in the table.
      
      I also increased horizontal padding by 5px on both sides, because now
      that we have vertical borders it was too cramped.
      
      Additionaly I introduced borders for every cell in the table.
      7e4bc12b
  2. Feb 13, 2015
    • Piotr Banaszkiewicz's avatar
      Fix: styles for tables in SQL lessons · f92d323c
      Piotr Banaszkiewicz authored
      Previously: table cells had no padding, which caused a visual collapse
      (cell content was too close to cell neighbors). Table header rows had
      dark blue background and black letters.  Tables had no space between
      them and following paragraphs.
      
      Changes:
      * added 5px padding to cell contents
      * changed header row background to gray-ish (I considered switching text
        color to white, but it didn't look good)
      * 15px margin on the bottom of the tables (similarly to bottom margin
        used by paragraph style).
      f92d323c
  3. Feb 02, 2015
  4. Jan 28, 2015
  5. Jan 21, 2015
    • James Allen's avatar
      Separate out some specific workshop classes. · d848f518
      James Allen authored
      The workshop template is mostly plain bootstrap, so getting it work
      alongside the site CSS seems mostly straightforward. We only need to
      add in a .workshop class to the body, and a .card class to the
      .container in the workshop. Everything else is bootstrap content.
      
      This commit also removes the banner.html include since this did not
      seem to be removed in the main site, but was referenced in the CSS.
      Removing it makes it clear the .banner class is only needed in the
      workshop, not here.
      d848f518
  6. Nov 28, 2014
  7. Nov 24, 2014
  8. Oct 24, 2014
  9. Sep 30, 2014
    • Raniere Silva's avatar
      Replace bootcamp with workshop · 5694341b
      Raniere Silva authored
      ~~~
      $ for file in $(grep -r -l 'bootcamp' .); do sed -i 's/bootcamp/workshop/g' $file; done
      $ for file in $(grep -r -l 'boot camp' .); do sed -i 's/boot camp/workshop/g' $file; done
      ~~~
      
      and others minors changes.
      
      Close #240.
      5694341b
  10. Sep 29, 2014
  11. Jun 23, 2014
  12. Jun 22, 2014
    • Raniere Silva's avatar
      Add CSS for printing · d97de7ef
      Raniere Silva authored
      The CSS was add at our main CSS and remove from printing:
      
      - Logo at header
      - GitHub ribbon
      - Footnote
      
      Close #561.
      d97de7ef
  13. Mar 17, 2014
  14. Feb 21, 2014
  15. Feb 18, 2014
    • Raniere Silva's avatar
      CSS arrow to mark input and output · 6eed205e
      Raniere Silva authored
      **Note**: This is a prototype.
      
      Instead of "In" and "Out" use arrow to mark the input and output
      of IPython lessons.
      
      To construct the arrows we only use CSS.
      6eed205e
  16. Feb 07, 2014
  17. Jan 19, 2014
    • Abigail Cabunoc Mayes's avatar
      navbar & links · 72a9a325
      Abigail Cabunoc Mayes authored
      * input from @r-gaia-cs
      * links on hover: darker & underline
      * move search bar to bottom on collapse
      72a9a325
  18. Jan 18, 2014
  19. Jan 16, 2014
  20. Jan 05, 2014
  21. Dec 22, 2013
  22. Dec 21, 2013
  23. Dec 14, 2013
  24. Dec 10, 2013
  25. Dec 05, 2013
  26. Dec 01, 2013
  27. Nov 19, 2013
  28. Oct 01, 2013
  29. Jul 27, 2013
  30. Jul 15, 2013