annotate tests/style.css @ 2269:f7bc7c11a656

Make SQL caches use more of the pure caching machinery, but it's brittle.
author Ziv Scully <ziv@mit.edu>
date Thu, 15 Oct 2015 00:52:04 -0400
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 }