Skip to content

Commit 04ea766

Browse files
committed
Use HTML5 instead of HTML4
1 parent 125d3ae commit 04ea766

12 files changed

Lines changed: 624 additions & 857 deletions

DBUtils/Docs/Doc.css

Lines changed: 19 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*
2-
Webware for Python (http://www.webwareforpython.org)
2+
Webware for Python (https://cito.github.io/w4py/)
33
44
Common style sheet for Webware's documentation pages
55
*/
@@ -18,11 +18,22 @@ body {
1818
}
1919
table {
2020
empty-cells: show;
21+
border-collapse: collapse;
22+
margin: 0 auto;
23+
}
24+
table.doc {
25+
border-spacing: 2px;
26+
border-collapse: separate;
27+
border-style: none;
2128
}
2229
td, th {
2330
font-family: Verdana, Arial, Helvetica, sans-serif;
2431
font-size: 10pt;
2532
}
33+
table.doc td, table.doc th {
34+
padding: 4px;
35+
border-style: none;
36+
}
2637
p {
2738
margin-top: 6pt;
2839
margin-bottom: 6pt;
@@ -64,7 +75,7 @@ h1.titlebar {
6475
color: white;
6576
background-color: #025;
6677
}
67-
h1.header {
78+
h1.title, h1.header {
6879
padding: 4pt;
6980
margin-bottom: 12pt;
7081
text-align: center;
@@ -88,6 +99,12 @@ div.footer {
8899
.center {
89100
text-align: center;
90101
}
102+
.top {
103+
vertical-align: top;
104+
}
105+
.nowrap {
106+
white-space: nowrap;
107+
}
91108
.contents {
92109
font-family: Tahoma, Arial, Helvetica, sans-serif;
93110
}

0 commit comments

Comments
 (0)