Keep Title in centered within 50% of the Width of a Wide Room-Panel

This commit is contained in:
MaZderMind 2015-03-03 23:13:50 +01:00
parent b53ee02f9d
commit 1cf6e0161c

View file

@ -30,6 +30,11 @@
display: block;
}
&.wide {
a.title { width: 50%; }
}
.program-schedule .talk {
display: inline;
margin-right: @padding-base-horizontal;