You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

16 lines
217 B

  1. .toggle {
  2. padding-bottom: 1em ;
  3. }
  4. .toggle .header {
  5. display: block;
  6. clear: both;
  7. cursor: pointer;
  8. }
  9. .toggle .header:after {
  10. content: " ▼";
  11. }
  12. .toggle .header.open:after {
  13. content: " ▲";
  14. }