1
0
mirror of https://https.git.savannah.gnu.org/git/gnulib.git synced 2026-06-15 23:35:50 +00:00
Files
gnulib/tests/test-libtextstyle-default.css
Bruno Haible e4d8618dfd libtextstyle-optional: Add tests.
* 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.
2019-03-20 00:39:50 +01:00

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); }