log
graph
tags
bookmarks
branches
changeset
browse
file
latest
diff
comparison
annotate
file log
raw
help
Mercurial
>
urweb
annotate tests/style.css @ 2121:f89be9cd2087
Find changesets by keywords (author, files, the commit message), revision number or hash, or
revset expression
.
Support 'dynClass' and 'dynStyle' for <body>
author
Adam Chlipala <adam@chlipala.net>
date
Tue, 03 Mar 2015 15:55:00 -0500
parents
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
}