indiescrobble/static/css/indiescrobble.css

17 lines
181 B
CSS

.thumbnail{
max-width: 256px;
}
.float-right{
float: right;
display: inline;
}
.float-right {
float: left;
display: inline;
}
.clear-both {
clear: both;
}