Fix missing test css from #342

This commit is contained in:
Luke Page
2012-07-29 16:53:52 +01:00
parent 8284ce5fe0
commit ec6569b0f0

View File

@@ -59,3 +59,10 @@ p::before {
border: 3px;
}
}
.units {
font: 1.2rem/2rem;
font: 8vw/9vw;
font: 10vh/12vh;
font: 12vm/15vm;
font: 1.2ch/1.5ch;
}