addyosmani / addyosmani/backbone-fundamentals

Exercise #1 - Incorrect CSS file

オープン
#691 コメント 1 件 リアクション 0 件 担当者 0 名 GitHub で見る
主要言語
Rich Text Format
スター
9.2k
フォーク
1.4k
PR マージ指標
30日以内にマージされた PR はありません

説明

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).

コントリビューションガイド

このリポジトリのコントリビューションガイドは索引されていません

評価

この issue はまだ評価されていません。

新しい issue をメールで受け取る

初心者向けの GitHub issue を短くまとめたダイジェスト。