You are here

tableofcontents.css in Table of Contents 5.2

.toc {
  max-width: 50%;
  _width: 50%;
  background-color: #F9F9F9;
  border: 1px solid #B5C9D8;
  font-size: 95%;
  text-align: left;
}

.toc-title {
  text-align: center;
  font-weight: bold;
}
  
.toc-list {
  padding: 0;
}
  
.toc ul {
  list-style-image: none;
  list-style-type: none;
}

File

tableofcontents.css
View source
  1. .toc {
  2. max-width: 50%;
  3. _width: 50%;
  4. background-color: #F9F9F9;
  5. border: 1px solid #B5C9D8;
  6. font-size: 95%;
  7. text-align: left;
  8. }
  9. .toc-title {
  10. text-align: center;
  11. font-weight: bold;
  12. }
  13. .toc-list {
  14. padding: 0;
  15. }
  16. .toc ul {
  17. list-style-image: none;
  18. list-style-type: none;
  19. }