Skip to content

Commit fb19ddb

Browse files
added sytle in stylesheet for <blockquote> (#48770)
* added sytle in stylesheet for <blockquote> * Update pandas.css * Update pandas.css * Update pandas.css * Update pandas.css Co-authored-by: himanshu_wagh <[email protected]>
1 parent cf0056d commit fb19ddb

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)