sethostname tests: Avoid test failure on Cygwin.
[gnulib.git] / tests / test-libtextstyle-default.css
blob7eba906d3dd56c3b58656215072314cddc91557a
1 /* This file is in the public domain.
3 Styling rules for the color-hello example. */
5 .name { text-decoration : underline; }
6 .boy-name { background-color : rgb(123,201,249); }
7 .girl-name { background-color : rgb(250,149,158); }