Commit 461ea84e by Tim Krones

Fix: Make sure zone labels are centered vertically in the LMS.

parent ae0832c4
......@@ -249,8 +249,9 @@
font-weight: bold;
text-align: center;
text-transform: uppercase;
margin-top: auto;
margin-bottom: auto;
margin-top: auto; /* Shield zone labels from LMS rules that change margin-bottom for <p> elements */
/* to make sure they are centered vertically */
margin-bottom: auto !important;
}
/*** IE9 alignment fix ***/
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment