Hi there,
a common pattern for debugging and adjusting margins and padding parameter I usually add
* {
border: 1px solid #aaaaaa;
}
to my stylesheet in order to figure out the boxes. It would be handy to add the individual html tagname to the box in order to identify the related elements. Is there a way to do this?
a common pattern for debugging and adjusting margins and padding parameter I usually add
* {
border: 1px solid #aaaaaa;
}
to my stylesheet in order to figure out the boxes. It would be handy to add the individual html tagname to the box in order to identify the related elements. Is there a way to do this?