chore(docs): add spacing to tutorial buttons

Added 5px of right margin to tutorial buttons (Previous, Live demom ...).

Closes #5901
This commit is contained in:
Jan Hancic 2014-01-20 21:04:25 +00:00 committed by Igor Minar
parent 60e80509a8
commit 12d1f5700d

View file

@ -246,6 +246,10 @@ ul.events > li > h3 {
text-decoration: none;
}
.tutorial-nav li {
margin-right: 5px;
}
.clear {
clear: both;
}