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:
French Ben 2017-03-07 19:58:58 -08:00 committed by Misty Stanley-Jones
parent a8d9900653
commit 84cff63189
1 changed files with 6 additions and 0 deletions

View File

@ -121,3 +121,9 @@ h6 {
.button.outline-btn {
margin-bottom: 20px;
}
/* Clearfix of floated elements within p tags */
p:after {
content: "";
clear: both;
display: table;
}