embed.css 217 B

1234567891011121314
  1. #kontent {
  2. padding: 0px;
  3. height:100%;
  4. width:100%;
  5. border-radius: 0px;
  6. box-shadow:none;
  7. background-color: #eee;
  8. }
  9. body {
  10. background-color: #eee;
  11. }
  12. #paginator, .divider {
  13. display:none;
  14. }