Merge 35556e2bf0
into 4c0250b64f
This commit is contained in:
commit
b64c5412c9
1 changed files with 3 additions and 3 deletions
|
@ -125,8 +125,8 @@ p {
|
||||||
.image {
|
.image {
|
||||||
float: left;
|
float: left;
|
||||||
margin-left: 2px;
|
margin-left: 2px;
|
||||||
width: 48px;
|
max-width: 48px;
|
||||||
max-height: 300px;
|
max-height: 48px;
|
||||||
border: 0px solid #f00;
|
border: 0px solid #f00;
|
||||||
border-radius: 8px;
|
border-radius: 8px;
|
||||||
cursor: pointer;
|
cursor: pointer;
|
||||||
|
|
Reference in a new issue