a bit of split up for gitlab-bootstrap

This commit is contained in:
Dmitriy Zaporozhets 2013-01-30 17:01:58 +02:00
parent b742f47e89
commit b096ee3275
4 changed files with 75 additions and 74 deletions

View file

@ -0,0 +1,8 @@
/** AVATARS **/
img.avatar { float: left; margin-right: 12px; width: 40px; border: 1px solid #ddd; padding: 1px; }
img.avatar.s16 { width: 16px; height: 16px; margin-right: 6px; }
img.avatar.s24 { width: 24px; height: 24px; margin-right: 8px; }
img.avatar.s32 { width: 32px; height: 32px; margin-right: 10px; }
img.avatar.s90 { width: 90px; height: 90px; margin-right: 15px; }
img.lil_av { padding-left: 4px; padding-right: 3px; }
img.small { width: 80px; }