2013年7月22日月曜日

CSSで画像を切り抜きサムネイル

a.tumb {
width: 150px;
height: 150px;
overflow: hidden;
display: block;
padding: 7px ;
background: url(img/example.jpg) center center;
background-size: cover;
background-repeat: no-repeat;
}

2013年7月11日木曜日

_notesフォルダの全削除

サイトの管理から
[デザインノート]→[デザインノートのクリーンアップ]

これで関連付けのされてないデザインノートデータは一括で削除できます。