/site/media/css/site.css

https://bitbucket.org/jnoller/pythonmentors/ · CSS · 38 lines · 29 code · 9 blank · 0 comment · 0 complexity · 5fd99d7c7bd16aeef9d53a103295d9ad MD5 · raw file

  1. div.header {
  2. height: 50px;
  3. }
  4. div.footer {
  5. height: 50px;
  6. }
  7. div.leftcol {
  8. }
  9. div.rightcol {
  10. }
  11. div.centcol {
  12. }
  13. ul.no-margin {
  14. margin-bottom: 0 !important;
  15. }
  16. h2 {
  17. border-bottom: 1px solid gray !important;
  18. }
  19. h2 span {
  20. border-bottom: 4px solid #234764 !important;
  21. }
  22. .title {
  23. color: #234764;
  24. }
  25. .footer {
  26. text-align: center !important;
  27. position: relative;
  28. width: 100%;
  29. }