0
0
mirror of https://github.com/naturalcrit/homebrewery.git synced 2026-01-08 22:32:41 +00:00

Change DL to display inline, not float.

This commit is contained in:
Trevor Buckner
2021-08-06 12:34:59 -04:00
parent 17926775e7
commit e1bd40dea3

View File

@@ -629,11 +629,11 @@ body {
margin-top: -0.5em; margin-top: -0.5em;
} }
dt { dt {
float: left; display : inline;
//clear: left; //Doesn't seem necessary margin-right : 5px;
margin-right: 5px;
} }
dd { dd {
display : inline;
margin-left : 0px; margin-left : 0px;
text-indent : 0px; text-indent : 0px;
} }