We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents c907ede + 3898cc5 commit 17e6186Copy full SHA for 17e6186
1 file changed
2-ui/2-events/04-default-browser-action/3-image-gallery/source.view/gallery.css
@@ -4,16 +4,6 @@ body {
4
font: 75%/120% sans-serif;
5
}
6
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
17
#largeImg {
18
border: solid 1px #ccc;
19
width: 550px;
@@ -32,4 +22,13 @@ h2 em {
32
22
33
23
#thumbs a:hover {
34
24
border-color: #FF9900;
35
25
+}
26
+
27
+#thumbs li {
28
+ list-style: none;
29
30
31
+#thumbs {
+ margin: 0;
+ padding: 0;
0 commit comments