addyosmani / addyosmani/backbone-fundamentals

Exercise #1 - Incorrect CSS file

Đang mở
#691 1 bình luận 0 reaction 0 người được giao Xem trên GitHub
Ngôn ngữ chính
Rich Text Format
Star
9.2k
Fork
1.4k
Chỉ số merge pull request
Không có pull request nào được merge trong 30 ngày

Mô tả

The CSS file linked to in Exercise 1 yields the following look. (And renders actions like deleting a ToDo impossible since there's no delete button to click on.)

![index-css](https://cloud.githubusercontent.com/assets/14206042/11202434/0e549830-8c9d-11e5-8c79-cdff566d8a18.jpg)

It's because that CSS file is using class selectors (ex: .todo-list) but all the code is based around ids: (ex: #todo-list).

Hướng dẫn đóng góp

Chưa lập chỉ mục được hướng dẫn đóng góp cho kho mã nguồn này

Đánh giá

Issue này chưa được đánh giá.

Nhận issue mới trong hộp thư của bạn

Bản tóm tắt ngắn những issue GitHub phù hợp với người mới.