|
Revision 111
(checked in by fumanchu, 6 years ago)
|
Dowser improvements.
|
| Line | |
|---|
| 1 |
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" |
|---|
| 2 |
"http://www.w3.org/TR/xhtml1/DTD/strict.dtd"> |
|---|
| 3 |
<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en"> |
|---|
| 4 |
<head> |
|---|
| 5 |
<title>Dowser: Types</title> |
|---|
| 6 |
<link href="%(maincss)s" rel="stylesheet" type="text/css" /> |
|---|
| 7 |
|
|---|
| 8 |
<style type='text/css'> |
|---|
| 9 |
|
|---|
| 10 |
.typecount { |
|---|
| 11 |
border: 1px dashed #CCCCCC; |
|---|
| 12 |
padding: 0.5em; |
|---|
| 13 |
margin: 2px; |
|---|
| 14 |
font: 10pt Arial, sans-serif; |
|---|
| 15 |
vertical-align: middle; |
|---|
| 16 |
float: left; |
|---|
| 17 |
width: 30%%; |
|---|
| 18 |
} |
|---|
| 19 |
|
|---|
| 20 |
.chart { |
|---|
| 21 |
border-bottom: 1px solid #CCCCCC; |
|---|
| 22 |
background-color: white; |
|---|
| 23 |
padding: 0.25em; |
|---|
| 24 |
margin: 0; |
|---|
| 25 |
} |
|---|
| 26 |
|
|---|
| 27 |
</style> |
|---|
| 28 |
</head> |
|---|
| 29 |
|
|---|
| 30 |
<body> |
|---|
| 31 |
<div id="header"> |
|---|
| 32 |
<h1><a href="%(home)s">Dowser</a>: Types</h1> |
|---|
| 33 |
</div> |
|---|
| 34 |
|
|---|
| 35 |
<div id="output"> |
|---|
| 36 |
%(output)s |
|---|
| 37 |
</div> |
|---|
| 38 |
|
|---|
| 39 |
</body> |
|---|
| 40 |
</html> |
|---|