annotate tests/style.css @ 2278:b7615e0ac4b0

Fix bug in and clean up free path code.
author Ziv Scully <ziv@mit.edu>
date Tue, 10 Nov 2015 12:35:00 -0500
parents f89be9cd2087
children
rev   line source
adam@2121 1 body.style1 {
adam@2121 2 background-color: blue;
adam@2121 3 }
adam@2121 4
adam@2121 5 body.style2 {
adam@2121 6 background-color: green;
adam@2121 7 }