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 939a40a commit e628589Copy full SHA for e628589
_css/custom.css
@@ -27,6 +27,15 @@
27
object-fit: scale-down;
28
}
29
30
+/* Custom CSS required to display the docs|stable badge on the landing page */
31
+img[alt=badge] {
32
+ height: 1em;
33
+ width: auto;
34
+ display: inline;
35
+ margin: 0;
36
+ padding: 0 0.5ex;
37
+}
38
+
39
/* ==================================================================
40
Admonitions
41
================================================================== */
@@ -115,9 +124,3 @@ TODO: remove when not required in Xranklin.
115
124
*/
116
125
.language-ruby::before {content: "Julia";}
117
126
118
-/* Custom CSS required to display the docs|stable badge on the landing page */
119
-img[alt=badge] {
120
- height: 1em;
121
- width: auto;
122
- display: inline;
123
-}
0 commit comments