ソースを参照

Fix wrong comment syntax. Thanks Thierry Godefroy.

pdontthink 17 年 前
コミット
e4c3f855d0
1 ファイル変更2 行追加2 行削除
  1. 2 2
      templates/default/css/options.css

+ 2 - 2
templates/default/css/options.css

@@ -59,8 +59,8 @@
     padding-bottom: 2px;
     padding-left: 4px;
     padding-right: 4px;
-# FIXME: this was forcing horizontal scrolling on long coment texts and maybe other stuff; I'm not sure I see why we want this(?).  if someone restores it, PLEASE have a solution in mind for when an option widget has a 'comment' value that is quite long
-#    white-space: nowrap;
+/* FIXME: this was forcing horizontal scrolling on long coment texts and maybe other stuff; I'm not sure I see why we want this(?).  if someone restores it, PLEASE have a solution in mind for when an option widget has a 'comment' value that is quite long
+    white-space: nowrap;*/
 }
 
 #optionDisplay  td.optionName   {