Skip to content

Commit 953cc7a

Browse files
committed
added ncp - copy files
added fix to ncp module AvianFlu/ncp#96
1 parent 07f7fb2 commit 953cc7a

File tree

31 files changed

+1666
-16
lines changed

31 files changed

+1666
-16
lines changed

appology/css/main.css

+15
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,15 @@
1+
html, body { height: 100%; }
2+
body {
3+
color: #333;
4+
}
5+
6+
7+
/* data-binding: heroes */
8+
9+
#heroes {
10+
padding-top: 20px;
11+
}
12+
#heroes li span {
13+
display: inline-block;
14+
width: 150px;
15+
}

0 commit comments

Comments
 (0)