Skip to content

Commit ea971ac

Browse files
meeseeksmachineHimanshuwagh
andauthoredOct 15, 2022
Backport PR #48770 on branch 1.5.x (added sytle in stylesheet for <blockquote>) (#49102)
Backport PR #48770: added sytle in stylesheet for <blockquote> Co-authored-by: Himanshu Wagh <[email protected]>
1 parent 27717a2 commit ea971ac

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed
 

‎web/pandas/static/css/pandas.css

+7
Original file line numberDiff line numberDiff line change
@@ -96,3 +96,10 @@ table.logo td {
9696
table.logo img {
9797
height: 4rem;
9898
}
99+
blockquote {
100+
background: #f9f9f9;
101+
border-left: 5px solid #ccc;
102+
padding-left:15px;
103+
color: #787878;
104+
font-size: 18px;
105+
}

0 commit comments

Comments
 (0)
Please sign in to comment.