12 lines
No EOL
194 B
CSS
Vendored
12 lines
No EOL
194 B
CSS
Vendored
.image-container{
|
|
position: relative;
|
|
}
|
|
.photo-container{
|
|
float: left;
|
|
position: relative;
|
|
overflow: hidden;
|
|
}
|
|
.image-thumb{
|
|
position: relative;
|
|
background-color: #eee;
|
|
} |