You are here

render_example.css in Examples for Developers 7

.render-array { 
    border: 2px solid black; 
    margin-top: 10px;
    padding-left: 5px;
    padding-top: 5px;
}

.render-header {
  font-size: large;
  font-style: italic;
}

.unrendered-label {
  font-style: italic;
  margin-top: 10px;
}

.rendered {
  background-color: lightblue;
}

File

render_example/render_example.css
View source
  1. .render-array {
  2. border: 2px solid black;
  3. margin-top: 10px;
  4. padding-left: 5px;
  5. padding-top: 5px;
  6. }
  7. .render-header {
  8. font-size: large;
  9. font-style: italic;
  10. }
  11. .unrendered-label {
  12. font-style: italic;
  13. margin-top: 10px;
  14. }
  15. .rendered {
  16. background-color: lightblue;
  17. }