Skip to content

Commit 8c789ff

Browse files
authored
Merge pull request #1547 from ehuss/blockquote-styling
Remove custom blockquote styling
2 parents d741116 + 2d08912 commit 8c789ff

File tree

1 file changed

+0
-17
lines changed

1 file changed

+0
-17
lines changed

theme/reference.css

-17
Original file line numberDiff line numberDiff line change
@@ -170,23 +170,6 @@ dfn {
170170
margin-top: 0px;
171171
}
172172

173-
/* Change the default styling of blockquotes. */
174-
blockquote {
175-
padding: 1ex 1em;
176-
margin: 1ex;
177-
margin-left: 2em;
178-
/* vw units allow this to be adaptive to the screen size so it isn't too small on mobile. */
179-
margin-right: 12vw;
180-
}
181-
182-
/* mdbook will wrap the blockquote content in a <p> tag, with a margin. However,
183-
that adds too much space, so remove it.
184-
*/
185-
blockquote > p {
186-
margin-top: 0px;
187-
margin-bottom: 0px;
188-
}
189-
190173
/* When the sidebar is visible, reduce the spacing of rules so that the
191174
content doesn't get shifted too far, and make the text too narrow.
192175
*/

0 commit comments

Comments
 (0)