officialdocument-new.css 350 Bytes Raw Blame History Permalink 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 .ul-sortable { list-style:none; margin-top:50px; } .ul-sortable li { margin:10px 20px; float:left; width:209px; height:274px; background-color:#f2f6fc; border:1px solid #72c6f6; cursor:pointer; } .ul-sortable li:hover { background-color:#e1ecfb; }