Do not use <br>

Using styles instead of hardcoded <br> tags.
This commit is contained in:
Michal Hrusecky 2013-07-15 12:22:07 +02:00
parent 7b0c1ac6f5
commit 11f75a16d2
2 changed files with 21 additions and 4 deletions

View file

@ -178,4 +178,13 @@ background-image: -webkit-gradient(
left: 0;
width: 100%;
height: 100%;
}
}
.schedule-title, .schedule-subtitle, .schedule-speaker, .schedule-track {
clear: none;
display: block;
}
.schedule-subtitle {
color: rgb(185, 74, 72);
}