Browse Source

Added 5% more to width to avoid still little quircks in resizing- no comment - refs BT#6941

Yannick Warnier 11 năm trước cách đây
mục cha
commit
910bf2afa5
1 tập tin đã thay đổi với 1 bổ sung1 xóa
  1. 1 1
      main/css/digedd/default.css

+ 1 - 1
main/css/digedd/default.css

@@ -194,7 +194,7 @@ button.arrowl, input.arrowl {
 }
 #exercise_progress_bars {
   float:left;
-  width:65%;
+  width:70%;
 }
 #exercise_progress_bars .exercise_progress_bars_cat,
 #exercise_progress_bars .exercise_progress_bars_cat_items {