18 lines
192 B
CSS
18 lines
192 B
CSS
.left-align {
|
|
text-align: left;
|
|
}
|
|
|
|
img.thumbnail {
|
|
border-radius: 50%;
|
|
-webkit-border-radius: 50%;
|
|
-moz-border-radius: 50%;
|
|
}
|
|
|
|
img.big {
|
|
width: 100%;
|
|
}
|
|
|
|
.float-right {
|
|
float: right;
|
|
}
|