소스 검색

Photos: Make `hr` tag clear all elements

Chris Runnells 6 년 전
부모
커밋
ef922f35b6
1개의 변경된 파일1개의 추가작업 그리고 0개의 파일을 삭제
  1. 1 0
      photos/style.css

+ 1 - 0
photos/style.css

@@ -506,6 +506,7 @@ body {
 hr {
 	background-color: #ccc;
 	border: 0;
+	clear: both;
 	height: 1px;
 	margin-bottom: 1.5em;
 }