comparison tests/style.css @ 2121:f89be9cd2087

Support 'dynClass' and 'dynStyle' for <body>
author Adam Chlipala <adam@chlipala.net>
date Tue, 03 Mar 2015 15:55:00 -0500
parents
children
comparison
equal deleted inserted replaced
2120:e3a79066380d 2121:f89be9cd2087
1 body.style1 {
2 background-color: blue;
3 }
4
5 body.style2 {
6 background-color: green;
7 }