1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18
| #ds-reset .ds-post .ds-avatar { top: 15px; left: -20px; padding: 5px; width: 36px; height: 36px; -webkit-box-shadow: -1px 0 1px rgba(0,0,0,.15) inset; -moz-box-shadow: -1px 0 1px rgba(0,0,0,.15) inset; -ms-box-shadow: -1px 0 1px rgba(0,0,0,.15) inset; -o-box-shadow: -1px 0 1px rgba(0,0,0,.15) inset; box-shadow: -1px 0 1px rgba(0,0,0,.15) inset; -webkit-border-radius: 46px; -moz-border-radius: 46px; -ms-border-radius: 46px; -o-border-radius: 46px; border-radius: 46px; background: #eaeaea; }
|