浏览代码

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;
 }