log
graph
tags
bookmarks
branches
changeset
browse
file
latest
diff
comparison
annotate
file log
raw
help
Mercurial
>
urweb
comparison 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
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
}