Skip to content

Commit 26f3597

Browse files
thomasjpfanrth
authored andcommitted
DOC Make quote reappear (scikit-learn#15162)
1 parent 6a8b3d4 commit 26f3597

File tree

1 file changed

+15
-4
lines changed
  • doc/themes/scikit-learn-modern/static/css

1 file changed

+15
-4
lines changed

doc/themes/scikit-learn-modern/static/css/theme.css

Lines changed: 15 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -62,10 +62,6 @@ strong {
6262
font-weight: bold;
6363
}
6464

65-
div.line-block {
66-
height: 0;
67-
}
68-
6965
a code {
7066
color: inherit;
7167
}
@@ -156,6 +152,21 @@ div.clearer {
156152
border-color: #3499cd;
157153
}
158154

155+
/* Quote */
156+
157+
.quote {
158+
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+
159170
/* Search */
160171

161172
.sk-search-form {

0 commit comments

Comments
 (0)