소스 검색

Fixed bug in CSS

Stephen Ficklin 11 년 전
부모
커밋
9cf76f15bd
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      tripal_core/theme/css/tripal.css

+ 1 - 1
tripal_core/theme/css/tripal.css

@@ -154,7 +154,7 @@
  * |-----------------------------------------------|
  * |-----------------------------------------------|
  */
  */
 .tripal-teaser {
 .tripal-teaser {
-  clear_both;
+  clear: both;
   margin-bottom: 10px;
   margin-bottom: 10px;
 }
 }
 .tripal-teaser-title {
 .tripal-teaser-title {