/*
:Author:    Guenter Milde
:Copyright: 2006 G. Milde
            This stylesheet is released under the GPL v. 2 or later

Stylesheet for the Jed Modes Repository (for use without Docutils)
*/

dt { font-weight: bold; }

/* table format for the mode listings */
/* left-align the table headers */
th { text-align: left; }
/* align first line of table rows */
tr { vertical-align: baseline; }

h1.title { 
  text-align: left;
  background-color: silver;
  padding: 5px;
}
h1 {
  font-size: 1.5em;
  /* padding-left: 0.5em; */
}
h2 {
  font-size: 1.2em;
}
