fix: api doc logo
This commit is contained in:
parent
c5f22e6c70
commit
ebe893022f
Binary file not shown.
Before Width: | Height: | Size: 9.4 KiB After Width: | Height: | Size: 13 KiB |
|
@ -63,7 +63,7 @@ under the License.
|
|||
</span>
|
||||
</a>
|
||||
<div class="toc-wrapper">
|
||||
<%= image_tag "logo.png", class: 'logo' %>
|
||||
<%= image_tag "logo.png", class: 'logo ' %>
|
||||
<% if language_tabs.any? %>
|
||||
<div class="lang-selector">
|
||||
<% language_tabs.each do |lang| %>
|
||||
|
|
|
@ -77,6 +77,7 @@ html, body {
|
|||
margin: 15px auto;
|
||||
max-width: 100%;
|
||||
margin-bottom: $logo-margin;
|
||||
max-width: 80%;
|
||||
}
|
||||
|
||||
&>.search {
|
||||
|
|
|
@ -279,7 +279,7 @@
|
|||
color: #859900;
|
||||
}
|
||||
</style>
|
||||
<link href="stylesheets/screen-cf7c3c82.css" rel="stylesheet" media="screen" />
|
||||
<link href="stylesheets/screen-69a70330.css" rel="stylesheet" media="screen" />
|
||||
<link href="stylesheets/print-953e3353.css" rel="stylesheet" media="print" />
|
||||
<script src="javascripts/all-e033bdd3.js"></script>
|
||||
|
||||
|
@ -296,7 +296,7 @@
|
|||
</span>
|
||||
</a>
|
||||
<div class="toc-wrapper">
|
||||
<img src="images/logo-cf8353ee.png" class="logo" alt="" />
|
||||
<img src="images/logo-8bc02cd4.png" class="logo " alt="" />
|
||||
<div class="lang-selector">
|
||||
<a href="#" data-language-name="shell">Shell</a>
|
||||
<a href="#" data-language-name="javascript">JavaScript</a>
|
||||
|
|
Binary file not shown.
After Width: | Height: | Size: 13 KiB |
Binary file not shown.
Before Width: | Height: | Size: 9.4 KiB |
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
Loading…
Reference in New Issue