log
graph
tags
branches
changeset
browse
file
latest
diff
comparison
annotate
file log
raw
help
Mercurial
>
hg
>
index.fcgi
>
www
>
www-1
view myw2/static/index.css @ 112:17454b47b15f
find changesets by author, revision, files, or words in the commit message
add myw2
author
paulo
date
Sun, 28 Jun 2020 20:53:33 -0700
parents
children
line source
1
body
2
{
3
background-color: #111;
4
color: #ccc;
5
}
6
7
a:link
8
{
9
color: #831;
10
}
11
12
a:visited
13
{
14
color: gray;
15
}
16
17
div {
18
text-align: center;
19
line-height: 2;
20
font-size: 500%;
21
}