10 lines
166 B
CSS
10 lines
166 B
CSS
|
|
/*noinspection CssRedundantUnit*/
|
|
#image-list .blockbody {
|
|
background: none;
|
|
border: none;
|
|
box-shadow: none;
|
|
margin: 0px;
|
|
padding: 0px;
|
|
text-align: justify;
|
|
}
|