mirror of
https://git.tt-rss.org/git/tt-rss.git
synced 2026-01-03 03:39:15 +00:00
add style for blockquote
This commit is contained in:
@@ -6,6 +6,14 @@ body {
|
||||
font-family : sans-serif;
|
||||
}
|
||||
|
||||
blockquote {
|
||||
margin : 5px;
|
||||
border-width : 0px 0px 0px 4px;
|
||||
border-color : #f0f0f0;
|
||||
border-style : solid;
|
||||
padding : 2px 0px 2px 5px;
|
||||
}
|
||||
|
||||
div.postReply {
|
||||
padding : 10px;
|
||||
font-size : medium;
|
||||
|
||||
Reference in New Issue
Block a user