@AndyHazz said in MMM-Scrapey - I made something that could be useful?:
.MMM-Scrapey td {
line-height: 1;
}
Just that, perfect
Thank you.
@AndyHazz said in MMM-Scrapey - I made something that could be useful?:
.MMM-Scrapey td {
line-height: 1;
}
Just that, perfect
Thank you.
I put it in the custom.css.
It doesn’t seem to matter if I enter
.td , #td , td or .MMM-Scrapey .td , .MMM-Scrapey3 #td or .MMM-Scrapey td or even .td , #td or td before {
I can only say that this is not my cup of tea.
Thanks for the tip, but that’s where I was looking.
It seems that no matter what I put in for attributes, they don’t show up in the module.
I’m going crazy soon
Hello.
Thanks for a great module.
I wonder how to decrese the distance between the lines.
I’ve tried adding table attributes to the table (as I can controll the table myself), but it doesn’t seems to work.
I also tried with custom.css to add the attributes style in it.
However, it appears that the module strips all styling from the presentation.

This is the code that I have used in custom.css, but these don’t seem to bite.
.MMM-Scrapey{
height:2px;
}
.MMM-Scrapey .td {
padding: 2px;
}
.MMM-Scrapey .table {
border-spacing: 2px;
}
.table {
border-spacing: 2px;
}
.td {
padding: 2px;
}