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