- From: Carine Bournez via cvs-syncmail <cvsmail@w3.org>
- Date: Thu, 27 Sep 2012 14:52:54 +0000
- To: www-validator-cvs@w3.org
Update of /sources/public/2002/css-validator/autotest/testsuite/properties/positive/margin-top/css21
In directory hutz:/tmp/cvs-serv17283/margin-top/css21
Added Files:
001.css
Log Message:
tests for margins properties, top/bottom/left/right and position and clip
--- NEW FILE: 001.css ---
a { margin-top: 10px }
b { margin-top: 0px }
c { margin-top: 0 }
d { margin-top: 5% }
e { margin-top: 0% }
f { margin-top: auto }
g { margin-top: -10px }
h { margin-top: -10% }
z { margin-top: inherit }
Received on Thursday, 27 September 2012 14:53:07 UTC