repo.or.cz
/
gnulib.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
unistr/u{8,16,32}-uctomb: Avoid possible trouble with huge strings.
[gnulib.git]
/
tests
/
test-libtextstyle-default.css
blob
7eba906d3dd56c3b58656215072314cddc91557a
1
/* This file is in the public domain.
2
3
Styling rules for the color-hello example. */
4
5
.name
{
text-decoration
:
underline
; }
6
.boy-name
{
background-color
:
rgb
(
123
,
201
,
249
); }
7
.girl-name
{
background-color
:
rgb
(
250
,
149
,
158
); }