increase width of the aside area and make default profile image size 300x300

This commit is contained in:
Mario Vavti
2015-07-09 13:59:16 +02:00
parent e12d58a75c
commit efa55437d4
7 changed files with 12 additions and 11 deletions

View File

@@ -406,9 +406,10 @@ footer {
#profile-photo-wrapper img {
width: 100%;
max-width: 300px;
height: auto;
padding: 10px;
width: 197px;
height: 197px;
}
#profile-photo-wrapper {
@@ -571,7 +572,7 @@ footer {
}
.photo {
border: 1px solid #AAAAAA;
border: 1px solid #ccc;
}
.photo-top-photo, .photo-album-photo {