Tweet
Dari Sejarah Alkitab Indonesia
(Satu revisi antara tak ditampilkan.) | |||
Baris 1: | Baris 1: | ||
/* CSS yang ada di sini akan diterapkan untuk semua kulit. */ | /* CSS yang ada di sini akan diterapkan untuk semua kulit. */ | ||
- | . | + | /* When <div class="nonumtoc"> is used on the table of contents, |
- | + | the ToC will display without numbers */ | |
+ | .nonumtoc .tocnumber { display: none; } | ||
+ | .nonumtoc #toc ul, | ||
+ | .nonumtoc .toc ul { | ||
+ | line-height: 1.5em; | ||
+ | list-style: none; | ||
+ | margin: .3em 0 0; | ||
+ | padding: 0; | ||
+ | } | ||
+ | .nonumtoc #toc ul ul, | ||
+ | .nonumtoc .toc ul ul { | ||
+ | margin: 0 0 0 2em; | ||
} | } | ||
- |
Revisi terkini pada 08:10, 22 Juli 2011
/* CSS yang ada di sini akan diterapkan untuk semua kulit. */ /* When <div class="nonumtoc"> is used on the table of contents, the ToC will display without numbers */ .nonumtoc .tocnumber { display: none; } .nonumtoc #toc ul, .nonumtoc .toc ul { line-height: 1.5em; list-style: none; margin: .3em 0 0; padding: 0; } .nonumtoc #toc ul ul, .nonumtoc .toc ul ul { margin: 0 0 0 2em; }