Making WordPress.org

Ticket #6568: 6568.patch

File 6568.patch, 488 bytes (added by viralsampat, 2 years ago)

Added patch

  • wp-trac.css

     
    835835#content.wiki .wiki-toc {
    836836        border: 1px solid #d7d7d7;
    837837        background: #f9f9f9;
     838        width: 15%;
    838839}
    839840#content.wiki .wiki-toc li {
    840841        padding: .05em .4em; /* give individual TOC items more breathing room */
     842        list-style-position: inside;
    841843}
    842844#content.wiki .wiki-toc .active {
    843845        background: #eaf2fa; /* current TOC item */