MDL-41534 theme: Missed backporting a style to hide empty table rows

This commit is contained in:
Damyon Wiese
2013-09-12 09:27:02 +08:00
parent 18cbf0db95
commit 46f15f03d2
+1
View File
@@ -1071,3 +1071,4 @@ html[dir=rtl] .configphp {direction:ltr;text-align:left;}
table.flexible .r0, table.generaltable .r0 {background-color: #F0F0F0;}
table.flexible .r1, table.generaltable .r1 {background-color: #FAFAFA;}
table.flexible .emptyrow {display: none;}