tableofcontents.css in Table of Contents 6.2
Same filename and directory in other branches
.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.cssView source
- .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;
- }