0
0
mirror of https://github.com/naturalcrit/homebrewery.git synced 2025-12-26 13:52:38 +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;
}
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;
}