floatexamples.css 360B

12345678910111213141516171819202122
  1. .demo-container {
  2. box-sizing: border-box;
  3. width: 100%;
  4. height: 350px; display: block; margin-bottom: 10px;
  5. }
  6. .demo-placeholder {
  7. width: 100%;
  8. height: 100%;
  9. font-size: 14px;
  10. line-height: 1.2em;
  11. }
  12. .legend table {
  13. border-spacing: 5px;
  14. }
  15. .pieLabel {
  16. border: 1px solid #CAC9C9;
  17. border-radius: 4px;
  18. padding: 1px 1px;
  19. }