Multifeeder/RSS feeds → selection + CSS + template → PDF (very beta)
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 

13 lines
192 B

div.post{
width: 250px;
border: 1px solid magenta;
padding: 1em;
margin: 0.5em;
max-height: 400px;
float: left;
overflow-y: scroll;
font-size: 12px;
}
div.post img{
max-width: 100%;
}