Tweak style for better HTML
[mkws-moved-to-github.git] / examples / htdocs / mkws-widget-reference.css
1 .mkwsReference {
2     font-family: Gill Sans, "Gillius ADF", Gillius, GilliusADF, Verdana, Sans-Serif;
3     background: #f0f0e0;
4     padding: 0.5em 1em;
5     border: 1px solid #c0c0a0;
6     border-radius: 1em;
7     -moz-border-radius: 1em;
8     -webkit-border-radius: 1em;
9 }
10
11 .mkwsReference h1 a {
12     color: #806020;
13 }
14
15 .mkwsReference a {
16     text-decoration: none;
17 }