Added SHT11 driver for TMote.
[sos-2x.git] / doc / xhtml11-quirks.css
bloba35e7b61a763616a2ccdc8bce5e3ff7a5da1f56c
1 /* Workarounds for IE6's broken and incomplete CSS2. */
3 div.sidebar-content {
4 background: #ffffee;
5 border: 1px solid silver;
6 padding: 0.5em;
8 div.sidebar-title, div.image-title {
9 font-family: sans-serif;
10 font-weight: bold;
11 margin-top: 0.0em;
12 margin-bottom: 0.5em;
15 div.listingblock div.content {
16 border: 1px solid silver;
17 background: #f4f4f4;
18 padding: 0.5em;
21 div.quoteblock-content {
22 padding-left: 2.0em;
25 div.exampleblock-content {
26 border-left: 2px solid silver;
27 padding-left: 0.5em;