Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Backport PR #48770: added sytle in stylesheet for <blockquote>
  • Loading branch information
Himanshuwagh authored and meeseeksmachine committed Oct 14, 2022
commit 5a8be7878ab76f6a08908eae3edd50dff3418b27
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;
}