You are here

system_charts.css in Google Chart Tools: Image Charts 6

Same filename and directory in other branches
  1. 5 contrib/system_charts/system_charts.css
/**
* System Charts 
*/
#system-charts {
  margin: 15px;
}

/**
* @group overview sections 
*/
#system-charts .system-chart-section {
  margin: 25px 0;
}

/**
* @group charts 
*/
#system-charts img {
  margin: 25px 5px;
}

File

contrib/system_charts/system_charts.css
View source
  1. /**
  2. * System Charts
  3. */
  4. #system-charts {
  5. margin: 15px;
  6. }
  7. /**
  8. * @group overview sections
  9. */
  10. #system-charts .system-chart-section {
  11. margin: 25px 0;
  12. }
  13. /**
  14. * @group charts
  15. */
  16. #system-charts img {
  17. margin: 25px 5px;
  18. }