Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: getnikola/nikola
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: 4bbb83aa212b
Choose a base ref
...
head repository: getnikola/nikola
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: d9f0c54a10bb
Choose a head ref
  • 2 commits
  • 38 files changed
  • 1 contributor

Commits on May 23, 2015

  1. git add . in update-bower.sh

    Signed-off-by: Chris Warrick <kwpolska@gmail.com>
    Kwpolska committed May 23, 2015
    Copy the full SHA
    2504e67 View commit details
  2. jinja assets update

    Signed-off-by: Chris Warrick <kwpolska@gmail.com>
    Kwpolska committed May 23, 2015
    Copy the full SHA
    d9f0c54 View commit details
Showing with 10,692 additions and 21 deletions.
  1. +0 −1 nikola/data/themes/bootstrap-jinja/assets/css/bootstrap-responsive.css
  2. +1,109 −0 nikola/data/themes/bootstrap-jinja/assets/css/bootstrap-responsive.css
  3. +0 −1 nikola/data/themes/bootstrap-jinja/assets/css/bootstrap-responsive.min.css
  4. +9 −0 nikola/data/themes/bootstrap-jinja/assets/css/bootstrap-responsive.min.css
  5. +0 −1 nikola/data/themes/bootstrap-jinja/assets/css/bootstrap.css
  6. +6,167 −0 nikola/data/themes/bootstrap-jinja/assets/css/bootstrap.css
  7. +0 −1 nikola/data/themes/bootstrap-jinja/assets/css/bootstrap.min.css
  8. +9 −0 nikola/data/themes/bootstrap-jinja/assets/css/bootstrap.min.css
  9. +0 −1 nikola/data/themes/bootstrap-jinja/assets/css/theme.css
  10. +176 −0 nikola/data/themes/bootstrap-jinja/assets/css/theme.css
  11. BIN nikola/data/themes/bootstrap-jinja/assets/img/glyphicons-halflings-white.png
  12. BIN nikola/data/themes/bootstrap-jinja/assets/img/glyphicons-halflings-white.png
  13. BIN nikola/data/themes/bootstrap-jinja/assets/img/glyphicons-halflings.png
  14. BIN nikola/data/themes/bootstrap-jinja/assets/img/glyphicons-halflings.png
  15. +0 −1 nikola/data/themes/bootstrap-jinja/assets/js/bootstrap.js
  16. +2,280 −0 nikola/data/themes/bootstrap-jinja/assets/js/bootstrap.js
  17. +0 −1 nikola/data/themes/bootstrap-jinja/assets/js/bootstrap.min.js
  18. +6 −0 nikola/data/themes/bootstrap-jinja/assets/js/bootstrap.min.js
  19. +0 −1 nikola/data/themes/bootstrap-jinja/assets/js/flowr.plugin.js
  20. +265 −0 nikola/data/themes/bootstrap-jinja/assets/js/flowr.plugin.js
  21. +1 −0 nikola/data/themes/bootstrap-jinja/assets/js/jquery.js
  22. +0 −1 nikola/data/themes/bootstrap3-jinja/assets/css/docs.css
  23. +160 −0 nikola/data/themes/bootstrap3-jinja/assets/css/docs.css
  24. BIN nikola/data/themes/bootstrap3-jinja/assets/css/images/ie6/borderBottomCenter.png
  25. BIN nikola/data/themes/bootstrap3-jinja/assets/css/images/ie6/borderBottomLeft.png
  26. BIN nikola/data/themes/bootstrap3-jinja/assets/css/images/ie6/borderBottomRight.png
  27. BIN nikola/data/themes/bootstrap3-jinja/assets/css/images/ie6/borderMiddleLeft.png
  28. BIN nikola/data/themes/bootstrap3-jinja/assets/css/images/ie6/borderMiddleRight.png
  29. BIN nikola/data/themes/bootstrap3-jinja/assets/css/images/ie6/borderTopCenter.png
  30. BIN nikola/data/themes/bootstrap3-jinja/assets/css/images/ie6/borderTopLeft.png
  31. BIN nikola/data/themes/bootstrap3-jinja/assets/css/images/ie6/borderTopRight.png
  32. +0 −1 nikola/data/themes/bootstrap3-jinja/assets/css/rst.css
  33. +318 −0 nikola/data/themes/bootstrap3-jinja/assets/css/rst.css
  34. +0 −1 nikola/data/themes/bootstrap3-jinja/assets/css/theme.css
  35. +177 −0 nikola/data/themes/bootstrap3-jinja/assets/css/theme.css
  36. +1 −0 nikola/data/themes/bootstrap3-jinja/assets/fonts/glyphicons-halflings-regular.woff2
  37. +6 −3 scripts/jinjify.py
  38. +8 −7 scripts/update-bower.sh

This file was deleted.

Loading