CSS: Glossary
/* glossary - also has a box-float class */
 
#u-glossaryBox {
    background: #bbb; 
    margin-bottom: 10px;
  }
#u-glossaryBox > div {   padding: 0 10px 10px 8px; }
#u-glossaryBox ul {       padding: 0 0 20px 0; margin-top: 8px; }
#u-glossaryBox li {
    float: left;
    padding-right: 10px;
    list-style: none;
    margin-bottom: 4px;
    font-size: 87%;
    letter-spacing: -0.06em;
  }
Unless stated otherwise Content of this page is licensed under Creative Commons Attribution-ShareAlike 3.0 License. See licensing details