2017-01-28 08:20:21 +08:00
|
|
|
/* -- Extra CSS styles for Zephyr content ----------------------------------- */
|
|
|
|
|
|
|
|
/* make .. hlist:: tables fill the page */
|
|
|
|
table.hlist {
|
|
|
|
width: 95% !important;
|
|
|
|
}
|
2017-02-18 08:24:18 +08:00
|
|
|
|
|
|
|
/* override rtd theme white-space no-wrap in table heading and content */
|
|
|
|
th,td {
|
|
|
|
white-space: normal !important;
|
|
|
|
}
|