Skip to content

Commit

Permalink
added sytle in stylesheet for <blockquote> (pandas-dev#48770)
Browse files Browse the repository at this point in the history
* added sytle in stylesheet for <blockquote>

* Update pandas.css

* Update pandas.css

* Update pandas.css

* Update pandas.css

Co-authored-by: himanshu_wagh <himanshu.w@fyle.in>
  • Loading branch information
2 people authored and noatamir committed Nov 9, 2022
1 parent 82c7fb9 commit b979596
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions web/pandas/static/css/pandas.css
Original file line number Diff line number Diff line change
Expand Up @@ -96,3 +96,10 @@ table.logo td {
table.logo img {
height: 4rem;
}
blockquote {
background: #f9f9f9;
border-left: 5px solid #ccc;
padding-left:15px;
color: #787878;
font-size: 18px;
}

0 comments on commit b979596

Please sign in to comment.