mirror of
https://https.git.savannah.gnu.org/git/gnulib.git
synced 2026-06-15 23:35:50 +00:00
e4d8618dfd
* tests/test-libtextstyle.c: New file, based on libtextstyle's adhoc-tests/hello.c. * tests/test-libtextstyle-default.css: New file, copied from libtextstyle's adhoc-tests/hello-default.css. * modules/libtextstyle-optional-tests: New file.
8 lines
238 B
CSS
8 lines
238 B
CSS
/* This file is in the public domain.
|
|
|
|
Styling rules for the color-hello example. */
|
|
|
|
.name { text-decoration : underline; }
|
|
.boy-name { background-color : rgb(123,201,249); }
|
|
.girl-name { background-color : rgb(250,149,158); }
|