Skip to content

Commit 17e6186

Browse files
authored
Merge pull request #1277 from Usa223/patch-7
Update gallery.css
2 parents c907ede + 3898cc5 commit 17e6186

File tree

1 file changed

+10
-11
lines changed
  • 2-ui/2-events/04-default-browser-action/3-image-gallery/source.view

1 file changed

+10
-11
lines changed

2-ui/2-events/04-default-browser-action/3-image-gallery/source.view/gallery.css

Lines changed: 10 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -4,16 +4,6 @@ body {
44
font: 75%/120% sans-serif;
55
}
66

7-
h2 {
8-
font: bold 190%/100% sans-serif;
9-
margin: 0 0 .2em;
10-
}
11-
12-
h2 em {
13-
font: normal 80%/100% sans-serif;
14-
color: #999999;
15-
}
16-
177
#largeImg {
188
border: solid 1px #ccc;
199
width: 550px;
@@ -32,4 +22,13 @@ h2 em {
3222

3323
#thumbs a:hover {
3424
border-color: #FF9900;
35-
}
25+
}
26+
27+
#thumbs li {
28+
list-style: none;
29+
}
30+
31+
#thumbs {
32+
margin: 0;
33+
padding: 0;
34+
}

0 commit comments

Comments
 (0)