Do not use <br>
Using styles instead of hardcoded <br> tags.
This commit is contained in:
parent
7b0c1ac6f5
commit
11f75a16d2
2 changed files with 21 additions and 4 deletions
|
|
@ -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);
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue