소스 검색

removed float:left on inputs cause it's causing some odd rendering in some forms. If it's still causing odd rendering, try adding <select> to the float:left that's floating the inputs

Garrick van Buren 12 년 전
부모
커밋
d8333b811c
1개의 변경된 파일0개의 추가작업 그리고 1개의 파일을 삭제
  1. 0 1
      assets/stylesheets/foreground.css

+ 0 - 1
assets/stylesheets/foreground.css

@@ -312,7 +312,6 @@ input[name="*[* date][hour]"],
 input[name="*[* date][minute]"],
 input[name="*[* date][second]"] {
   width: auto;
-  float: left;
   margin-right: 1em;
 }