diff --git a/themes/5ePhb.style.less b/themes/5ePhb.style.less index c5f3fdc90..997f12377 100644 --- a/themes/5ePhb.style.less +++ b/themes/5ePhb.style.less @@ -629,11 +629,11 @@ body { margin-top: -0.5em; } dt { - float: left; - //clear: left; //Doesn't seem necessary - margin-right: 5px; + display : inline; + margin-right : 5px; } dd { + display : inline; margin-left : 0px; text-indent : 0px; }