mirror of
https://github.com/zulip/zulip.git
synced 2025-11-01 20:44:04 +00:00
Now that we are starting to link this pages from the landing page's top navigation, it makes sense to have proper backlinks to the homepage so that there is some continuity when the user clicks on a link that takes them to a ReadTheDocs page from the main website.
16 lines
395 B
CSS
16 lines
395 B
CSS
/* override table width restrictions */
|
|
.wy-table-responsive table td,
|
|
.wy-table-responsive table th {
|
|
/* !important prevents the common CSS stylesheets from
|
|
overriding this as on RTD they are loaded after this stylesheet */
|
|
white-space: normal !important;
|
|
}
|
|
|
|
.wy-table-responsive {
|
|
overflow: visible !important;
|
|
}
|
|
|
|
.wy-side-nav-search > a.home-link {
|
|
font-weight: 100;
|
|
}
|