Skip to content

Commit

Permalink
Merge pull request javascript-tutorial#1277 from Usa223/patch-7
Browse files Browse the repository at this point in the history
Update gallery.css
  • Loading branch information
iliakan authored Nov 2, 2021
2 parents c907ede + 3898cc5 commit 17e6186
Showing 1 changed file with 10 additions and 11 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -4,16 +4,6 @@ body {
font: 75%/120% sans-serif;
}

h2 {
font: bold 190%/100% sans-serif;
margin: 0 0 .2em;
}

h2 em {
font: normal 80%/100% sans-serif;
color: #999999;
}

#largeImg {
border: solid 1px #ccc;
width: 550px;
Expand All @@ -32,4 +22,13 @@ h2 em {

#thumbs a:hover {
border-color: #FF9900;
}
}

#thumbs li {
list-style: none;
}

#thumbs {
margin: 0;
padding: 0;
}

0 comments on commit 17e6186

Please sign in to comment.