mirror of
https://github.com/Athou/commafeed.git
synced 2026-03-21 21:37:29 +00:00
disallow align for images and display them as blocks
This commit is contained in:
@@ -82,6 +82,10 @@
|
||||
margin-top: 5px;
|
||||
}
|
||||
|
||||
#feed-accordion .entry-body img {
|
||||
display: block;
|
||||
}
|
||||
|
||||
#feed-accordion .entry-body-content {
|
||||
max-width: 650px;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user