ref: master
public/stylesheets/blocks/profile-image.scss
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 |
.profile-image-block { text-align: center; } .profile-big-image { position: relative; display: table; width: 156px; height: 156px; margin: auto; } .profile-big-image-inner1 { display: table-cell; text-align: center; vertical-align: middle; } .profile-big-image-inner2 { position: relative; left: 0px; display: block; } .profile-big-image img { border: 1px solid #888; padding: 2px; background: transparent; } .profile-image-block ul { padding: 0px; } .profile-image-block li { list-style: none; margin-bottom: 8px; } |