mirror of
https://github.com/kennethreitz/dive-into-python3.git
synced 2026-06-05 23:10:17 +00:00
css fiddling
This commit is contained in:
@@ -8,7 +8,7 @@
|
||||
h1:before{counter-increment:h1;content:'Appendix B. '}
|
||||
h2:before{counter-increment:h2;content:'B.' counter(h2) '. '}
|
||||
h3:before{counter-increment:h3;content:'B.' counter(h2) '.' counter(h3) '. '}
|
||||
tr + tr th:first-child{font:medium 'Arial Unicode MS',FreeSerif,OpenSymbol,'DejaVu Sans',sans-serif}
|
||||
tr + tr th:first-child{font: medium/1.75 'Arial Unicode MS','DejaVu Sans',FreeSerif,OpenSymbol,sans-serif}
|
||||
table{width:100%;border-collapse:collapse}
|
||||
th,td{width:30%;padding:0 0.5em;border:1px solid #bbb}
|
||||
th{text-align:left;vertical-align:baseline}
|
||||
|
||||
Reference in New Issue
Block a user