- /*
- * Copyright (c) 2012-2015 Daniele Bartolini and individual contributors.
- * License: https://github.com/taylor001/crown/blob/master/LICENSE
- */
- @import url(html4css1.css);
- * {
- font-family: sans-serif;
- }
- div.topic {
- border: 1px solid #aaa;
- background-color: #f9f9f9;
- }
|