Skip to content

Commit e25ef8c

Browse files
committed
Merge pull request #166 from matyikriszta/gh-pages
changing .sidebar b to .sidebar strong on HTML tutorial 3.
2 parents 9e82fc7 + a50bc6e commit e25ef8c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

html/lesson3/tutorial.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -359,7 +359,7 @@ We only want to change the border color when hovering over the link. To avoid re
359359
The sidebar is now almost perfect. Tweak a couple of other properties so that the list description is aligned with the other elements and emphasized
360360

361361
```css
362-
.sidebar b {
362+
.sidebar strong {
363363
margin-left: 36px;
364364
color: #4c4066;
365365
font-size: 19px;

0 commit comments

Comments
 (0)