浏览代码

removed list-style-type:disc; from sfi_timepicker hours and minutes

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

+ 6 - 2
assets/stylesheets/foreground.css

@@ -319,8 +319,12 @@ label { display: inline;}
 
 .mw-input label { font-weight: normal; }
 
-ul.SFI_timepicker_hours { list-style-type: none; }
-ul.SFI_timepicker_hours li {
+#mw-content-text ul.SFI_timepicker_hours,
+#mw-content-text ul.SFI_timepicker_minutes {
+  list-style-type: none;
+}
+
+#mw-content-text ul.SFI_timepicker_hours li {
   margin: 2px 2px;
   padding: 4px;
 }