Browse Source

Fixed redundant measure unit [replaced 0EM with 0]

sohelrana820 7 years ago
parent
commit
7bfe310f1f
1 changed files with 1 additions and 1 deletions
  1. 1 1
      tests/test_app/webroot/css/cake.generic.css

+ 1 - 1
tests/test_app/webroot/css/cake.generic.css

@@ -237,7 +237,7 @@ table td.actions a {
 /** Scaffold View **/
 dl {
     line-height: 2em;
-    margin: 0em 0em;
+    margin: 0 0;
     width: 60%;
 }
 dl dd:nth-child(4n+2),