| | +@import url( "support.css" ); |
| | +@import url( "xref.css" ); |
| | +@import url( "edit-discuss-flag.css" ); |
| | + |
| | +/* *********************************************************************** |
| | + * |
| | + * Sets up the tag editor code. |
| | + * |
| | + * ***********************************************************************/ |
| | div.columns, div.breadcrumb { |
| | border-top-left-radius: 0.4em 0.4em; |
 |
| | } |
| | |
| | -div.breadcrumb > span:after { |
| | +div.breadcrumb > span::after { |
| | content: " \25B8"; |
| | } |
 |
| | li:nth-child(odd) { |
| | background-color: #EEE; |
| | +} |
| | + |
| | +/* *********************************************************************** |
| | + * |
| | + * Sets up the remainder of the web page. |
| | + * |
| | + * ***********************************************************************/ |
| | +h1 { |
| | + padding-bottom: 1em; |
| | } |
| | |
| | +.description { |
| | + padding-bottom: 1em; |
| | + border-bottom: 1px solid black; |
| | +} |
| | |