fixed #179
This commit is contained in:
parent
2775361055
commit
c6a3d61175
1 changed files with 3 additions and 3 deletions
|
@ -81,7 +81,7 @@ body > ol > li:after, header.profile:after {
|
||||||
header.profile img {
|
header.profile img {
|
||||||
float: left;
|
float: left;
|
||||||
margin: 0 10px 10px 0;
|
margin: 0 10px 10px 0;
|
||||||
max-height: 100px;
|
max-height: 300px;
|
||||||
max-width: 100px;
|
max-width: 100px;
|
||||||
border-radius: 10px;
|
border-radius: 10px;
|
||||||
}
|
}
|
||||||
|
@ -126,9 +126,9 @@ p {
|
||||||
float: left;
|
float: left;
|
||||||
margin-left: 2px;
|
margin-left: 2px;
|
||||||
width: 48px;
|
width: 48px;
|
||||||
height: 48px;
|
max-height: 300px;
|
||||||
border: 0px solid #f00;
|
border: 0px solid #f00;
|
||||||
-webkit-border-radius: 8px;
|
border-radius: 8px;
|
||||||
cursor: pointer;
|
cursor: pointer;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Reference in a new issue