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:
@@ -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;
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user