Skip to content

Commit 4055e1d

Browse files
committed
Updates to links & styles
1 parent 5455061 commit 4055e1d

File tree

1 file changed

+10
-2
lines changed

1 file changed

+10
-2
lines changed

index.html

Lines changed: 10 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,13 +12,21 @@
1212
font-family: Arial;
1313
}
1414

15+
li {
16+
line-height: 1.5;
17+
}
18+
1519
a {
1620
color: #444;
1721
}
1822

1923
a:visited {
2024
color: #666;
2125
}
26+
27+
h1 {
28+
color: #222;
29+
}
2230
</style>
2331
</head>
2432
<body>
@@ -27,9 +35,9 @@ <h1>UI Element Samples</h1>
2735
<li><a href="./image-zoomer/">Episode 1. Image Zoomer</a></li>
2836
<li><a href="./swipeable-cards/">Episode 2. Swipeable Cards</a></li>
2937
<li><a href="./side-nav/">Episode 3. Side Nav</a></li>
30-
<li><a href="./side-nav/">I/O: Expand &amp; Collapse</a></li>
38+
<li><a href="./expand-collapse/">I/O: Expand &amp; Collapse</a></li>
3139
</ul>
3240

33-
<a href="https://github.com/googlechrome/ui-element-samples">See the source</a>
41+
<a href="https://github.com/googlechrome/ui-element-samples">See the source code for the samples</a>
3442
</body>
3543
</html>

0 commit comments

Comments
 (0)