Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 12d1f57

Browse files
janhancicIgorMinar
authored andcommitted
chore(docs): add spacing to tutorial buttons
Added 5px of right margin to tutorial buttons (Previous, Live demom ...). Closes angular#5901
1 parent 60e8050 commit 12d1f57

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

docs/src/templates/css/docs.css

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -246,6 +246,10 @@ ul.events > li > h3 {
246246
text-decoration: none;
247247
}
248248

249+
.tutorial-nav li {
250+
margin-right: 5px;
251+
}
252+
249253
.clear {
250254
clear: both;
251255
}

0 commit comments

Comments
 (0)