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 6a8b3d4 commit 26f3597Copy full SHA for 26f3597
doc/themes/scikit-learn-modern/static/css/theme.css
@@ -62,10 +62,6 @@ strong {
62
font-weight: bold;
63
}
64
65
-div.line-block {
66
- height: 0;
67
-}
68
-
69
a code {
70
color: inherit;
71
@@ -156,6 +152,21 @@ div.clearer {
156
152
border-color: #3499cd;
157
153
158
154
155
+/* Quote */
+
+.quote {
+ text-align: right;
159
+ line-height: 1.5em;
160
+ font-style: italic;
161
+ margin: 2em 3em 1em 3em;
162
+}
163
164
+.line-block {
165
+ display: block;
166
+ margin-top: 1em;
167
+ margin-bottom: 1em;
168
169
170
/* Search */
171
172
.sk-search-form {
0 commit comments