buildroot.css 503 B

123456789101112131415161718192021222324252627282930313233343536
  1. body {
  2. padding-top: 60px;
  3. padding-bottom: 40px;
  4. }
  5. .button_column {
  6. width: 430px;
  7. }
  8. .gplus {
  9. float:right;
  10. margin: 10px 0 0;
  11. }
  12. div.sponsor-main {
  13. background: #eeeeee;
  14. padding: 2em;
  15. }
  16. div.sponsor {
  17. background: #eeeeee;
  18. padding: 0.5em;
  19. height: 12em;
  20. display: table !important;
  21. }
  22. div.sponsor-description {
  23. display: table-cell;
  24. vertical-align: middle;
  25. text-align: center;
  26. }
  27. div.sponsor-description img {
  28. height: 4em;
  29. margin-bottom: 1em;
  30. }