blob: e5003801a7e465825c27b5d9f12c84af970ac468 [file] [log] [blame]
/* -- Extra CSS styles for Zephyr content ----------------------------------- */
/* make .. hlist:: tables fill the page */
table.hlist {
width: 95% !important;
}
/* override rtd theme white-space no-wrap in table heading and content */
th,td {
white-space: normal !important;
}