mirror of https://github.com/docker/docs.git
Clear paragraphs (#2183)
* Clear paragraphs Signed-off-by: French Ben <frenchben@docker.com> * Moved css to temp Signed-off-by: French Ben <frenchben@docker.com>
This commit is contained in:
parent
a8d9900653
commit
84cff63189
|
@ -121,3 +121,9 @@ h6 {
|
||||||
.button.outline-btn {
|
.button.outline-btn {
|
||||||
margin-bottom: 20px;
|
margin-bottom: 20px;
|
||||||
}
|
}
|
||||||
|
/* Clearfix of floated elements within p tags */
|
||||||
|
p:after {
|
||||||
|
content: "";
|
||||||
|
clear: both;
|
||||||
|
display: table;
|
||||||
|
}
|
||||||
|
|
Loading…
Reference in New Issue