浏览代码

fixing the hidetripalpanel issue

Shawna 8 年之前
父节点
当前提交
446cd1232c
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. 1 1
      tripal_ds/theme/css/tripal_ds.css

+ 1 - 1
tripal_ds/theme/css/tripal_ds.css

@@ -15,7 +15,7 @@
 }
 
 .hideTripalPane {
-	display: none;
+	display: none!important;
 }
 .showTripalPane {
 	display: inherit;