13 lines
202 B
CSS
13 lines
202 B
CSS
#images .square {
|
|
display: block;
|
|
float: left;
|
|
margin: 1px;
|
|
}
|
|
#images .image {
|
|
display: block;
|
|
}
|
|
#images {
|
|
overflow: hidden;
|
|
clear: both;
|
|
margin-bottom: 1ex;
|
|
}
|