Make the tour pages a bit nicer looking

This commit is contained in:
Joseph Schorr 2014-04-30 15:40:27 -04:00
parent c244f367ba
commit cfcbc44c72
2 changed files with 13 additions and 3 deletions

View file

@ -4100,3 +4100,13 @@ have a fixed width and height (but it's not required).
.tour-action button {
font-size: 24px;
}
.tour-section.tour-header {
margin-top: 40px;
margin-bottom: 40px;
height: 125px;
}
.tour-section.tour-header .tour-section-title {
text-align: center;
}