We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6b9e31f commit 2db934eCopy full SHA for 2db934e
1 file changed
docs/header.rst
@@ -94,8 +94,14 @@
94
margin-left:10px;
95
}
96
97
+ #visit-pymupdf-io {
98
+ width:23%;
99
+ min-width:130px;
100
+ margin:8px 2% 0 0;
101
+ }
102
+
103
.sidebar-search-container.top {
- width: 65%;
104
+ width: 40%;
105
106
107
#button-select-en {
@@ -165,6 +171,7 @@
165
171
</style>
166
172
167
173
<div id="searchAndLangugeHolder">
174
+ <button id="visit-pymupdf-io" class="cta orange" onclick="window.location='https://pymupdf.io?utm_source=rtd-pymupdf&utm_medium=rtd&utm_content=cta-button'">pymupdf.io</button>
168
175
<form id="headerSearchWidget" class="sidebar-search-container top" method="get" action="search.html" role="search">
169
176
<input class="sidebar-search" placeholder="Search" name="q" aria-label="Search">
170
177
<input type="hidden" name="check_keywords" value="yes">
0 commit comments