We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5944eb2 commit ee1c2d0Copy full SHA for ee1c2d0
docs/v3/source/layouts/layout.erb
@@ -29,6 +29,7 @@ table_of_contents = extract_table_of_contents(html)
29
<meta content="IE=edge,chrome=1" http-equiv="X-UA-Compatible">
30
<meta name="viewport" content="width=device-width, initial-scale=1, maximum-scale=1">
31
<title><%= current_page.data.title || "API Documentation" %></title>
32
+ <%= stylesheet_link_tag "custom", :media => "screen" %>
33
<%= favicon_tag 'favicon.ico' %>
34
35
<%= stylesheet_link_tag :screen, media: :screen %>
docs/v3/source/stylesheets/custom.css
@@ -0,0 +1,5 @@
1
+
2
+/* Ensures that divs with the class 'highlight' don't take up the full width of the page preventing excessive whitespace */
3
+.highlight {
4
+ display: inline;
5
+}
0 commit comments