浏览代码

removed .dateInput form dayInput & yearInput selector to include inputs created by SMW forms

Garrick van Buren 12 年之前
父节点
当前提交
7344ad3bf8
共有 1 个文件被更改,包括 2 次插入2 次删除
  1. 2 2
      assets/stylesheets/foreground.css

+ 2 - 2
assets/stylesheets/foreground.css

@@ -246,8 +246,8 @@ table.wikitable > * > tr > td {
 
 .inputSpan select.createboxInput,
 .dateInput select.monthInput,
-.dateInput input.dayInput,
-.dateInput input.yearInput {
+input.dayInput,
+input.yearInput {
   width: auto;
   float: left;
   margin-right: 1em;