Merge remote-tracking branch 'redmatrix/master'

This commit is contained in:
Mario Vavti 2015-07-11 13:26:27 +02:00
commit f41bab6f8a

View File

@ -416,13 +416,18 @@ footer {
#profile-photo-wrapper img { #profile-photo-wrapper img {
width: 100%; width: 100%;
height: 100%;
max-width: 300px; max-width: 300px;
height: auto; max-height: 300px;
} }
#profile-photo-wrapper { #profile-photo-wrapper {
width: 251px;
height: 251px;
margin-top: -10px; margin-top: -10px;
margin-bottom: 10px; margin-bottom: 10px;
border: 1px solid #ccc;
border-radius: $radiuspx;
} }
@ -514,7 +519,6 @@ footer {
display: block; display: block;
} }
.pager { .pager {
padding: 10px; padding: 10px;
text-align: center; text-align: center;
@ -580,10 +584,6 @@ footer {
margin-left: 5px; margin-left: 5px;
} }
.photo {
border: 1px solid #ccc;
}
.photo-top-photo, .photo-album-photo { .photo-top-photo, .photo-album-photo {
/* padding: 10px; /* padding: 10px;
max-width: 300px; max-width: 300px;