style.css 278 B

1234567891011121314151617181920212223242526
  1. .github.ribbon {
  2. position: fixed;
  3. display: block;
  4. top: 40px;
  5. right: 0;
  6. border: 0;
  7. z-index: 1001;
  8. }
  9. .prettyprint {
  10. padding: 10px!important;
  11. }
  12. #wrap {
  13. padding-top: 70px;
  14. }
  15. #home h1 {
  16. margin-bottom: 30px;
  17. }
  18. #demo,
  19. #examples,
  20. #support,
  21. #download {
  22. padding-top: 40px;
  23. }