From: Bruno Haible Date: Sun, 28 Oct 2007 15:20:38 +0000 (+0000) Subject: Default styling rules for PO files when doing terminal output. X-Git-Tag: v0.17~52 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=0e107ee5be5a60473b2834c71549dcff6e3aa6ae;p=thirdparty%2Fgettext.git Default styling rules for PO files when doing terminal output. --- diff --git a/gettext-tools/styles/po-default.css b/gettext-tools/styles/po-default.css new file mode 100644 index 000000000..d1806332a --- /dev/null +++ b/gettext-tools/styles/po-default.css @@ -0,0 +1,17 @@ +/* Default styling rules for PO files when doing terminal output. + Copyright (C) 2006 Free Software Foundation, Inc. + + This program is free software: you can redistribute it and/or modify + it under the terms of the GNU General Public License as published by + the Free Software Foundation; either version 3 of the License, or + (at your option) any later version. + + This program is distributed in the hope that it will be useful, + but WITHOUT ANY WARRANTY; without even the implied warranty of + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + GNU General Public License for more details. + + You should have received a copy of the GNU General Public License + along with this program. If not, see . */ + +.keyword { text-decoration: underline; }