- Timestamp:
- Jan 4, 2020, 10:38:45 AM (13 months ago)
- Branches:
- asyncio, master, proxy-ticket
- Children:
- 8510282
- Parents:
- f826b5f
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
doc/style.css
rf826b5f r2c4504f 1 1 body { 2 2 margin: 10%; 3 font-family: sans-serif; 3 4 } 4 5 pre { 5 background: #f6f6f6; 6 background: #f5f5f5; 7 border-radius: 4px; 8 padding: 12px; 6 9 } 7 p code, pre > code { 8 font-size: 1rem; 10 p code { 11 background: #f5f5f5; 12 border-radius: 4px; 13 padding: 0.2em 0.4em; 14 word-break: keep-all; 9 15 }
Note: See TracChangeset
for help on using the changeset viewer.