Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit b4d31fe

Browse files
committed
Merged revisions 71424-71425,71428-71429 via svnmerge from
svn+ssh://[email protected]/python/trunk ........ r71424 | raymond.hettinger | 2009-04-10 01:25:30 +0200 (Fr, 10 Apr 2009) | 1 line More table formatting. ........ r71425 | raymond.hettinger | 2009-04-10 01:34:14 +0200 (Fr, 10 Apr 2009) | 1 line Center table headings. ........ r71428 | raymond.hettinger | 2009-04-10 02:49:41 +0200 (Fr, 10 Apr 2009) | 1 line More table clean-up ........ r71429 | raymond.hettinger | 2009-04-10 04:01:21 +0200 (Fr, 10 Apr 2009) | 1 line IE needs the border-left:0 for some reason. ........
1 parent 71b6772 commit b4d31fe

1 file changed

Lines changed: 13 additions & 7 deletions

File tree

Doc/tools/sphinxext/static/basic.css

Lines changed: 13 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -256,16 +256,14 @@ div.body p.centered {
256256
/* -- tables ---------------------------------------------------------------- */
257257

258258
table.docutils {
259-
border: 0;
259+
border: 0 solid #dce;
260260
border-collapse: collapse;
261261
}
262262

263263
table.docutils td, table.docutils th {
264-
padding: 1px 8px 1px 5px;
265-
border-top: 0;
266-
border-left: 0;
267-
border-right: 0;
268-
border-bottom: 1px solid #aaa;
264+
padding: 2px 5px 2px 5px;
265+
border-left: 0;
266+
background-color: #eef;
269267
}
270268

271269
table.field-list td, table.field-list th {
@@ -276,10 +274,18 @@ table.footnote td, table.footnote th {
276274
border: 0 !important;
277275
}
278276

277+
table.docutils th {
278+
border-top: 1px solid #cac;
279+
background-color: #ede;
280+
}
281+
279282
th {
280283
text-align: left;
281284
padding-right: 5px;
282-
background-color: #ede;
285+
}
286+
287+
th.head {
288+
text-align: center;
283289
}
284290

285291
/* -- other body styles ----------------------------------------------------- */

0 commit comments

Comments
 (0)