Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
T
todomvc
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
Analytics
Analytics
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Commits
Issue Boards
Open sidebar
Eugene Shen
todomvc
Commits
ac09504c
Commit
ac09504c
authored
Mar 01, 2012
by
Christoph Burgdorf
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
removed some display:none 's according to the latest discussion here:
https://github.com/addyosmani/todomvc/pull/112
parent
fc9b1792
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
0 additions
and
21 deletions
+0
-21
architecture-examples/angularjs/css/app.css
architecture-examples/angularjs/css/app.css
+0
-15
architecture-examples/angularjs/css/base.css
architecture-examples/angularjs/css/base.css
+0
-6
No files found.
architecture-examples/angularjs/css/app.css
View file @
ac09504c
/*hiding those elements by default is really getting into the anguluar way
as AngularJS's show directive will keep track of hiding/showing the elements for us*/
#main
{
display
:
inherit
;
}
#todoapp
footer
{
display
:
inherit
;
}
#clear-completed
{
display
:
inherit
;
}
/*this doesn't seem to be used in the jquery example at all. Its getting in the way */
/*this doesn't seem to be used in the jquery example at all. Its getting in the way */
#todo-count
span
{
#todo-count
span
{
font-weight
:
inherit
;
font-weight
:
inherit
;
...
...
architecture-examples/angularjs/css/base.css
View file @
ac09504c
...
@@ -57,10 +57,6 @@ body {
...
@@ -57,10 +57,6 @@ body {
font-style
:
italic
;
font-style
:
italic
;
}
}
#main
{
display
:
none
;
}
#todo-list
{
#todo-list
{
margin
:
10px
0
;
margin
:
10px
0
;
padding
:
0
;
padding
:
0
;
...
@@ -128,7 +124,6 @@ body {
...
@@ -128,7 +124,6 @@ body {
}
}
#todoapp
footer
{
#todoapp
footer
{
display
:
none
;
margin
:
0
-20px
-20px
-20px
;
margin
:
0
-20px
-20px
-20px
;
overflow
:
hidden
;
overflow
:
hidden
;
color
:
#555555
;
color
:
#555555
;
...
@@ -144,7 +139,6 @@ body {
...
@@ -144,7 +139,6 @@ body {
}
}
#clear-completed
{
#clear-completed
{
display
:
none
;
float
:
right
;
float
:
right
;
line-height
:
20px
;
line-height
:
20px
;
text-decoration
:
none
;
text-decoration
:
none
;
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment