diff options
author | Guillaume Desmottes <guillaume.desmottes@collabora.co.uk> | 2012-05-24 17:47:02 +0800 |
---|---|---|
committer | Guillaume Desmottes <guillaume.desmottes@collabora.co.uk> | 2012-05-24 18:31:00 +0800 |
commit | d62ff957e10bdfb92b99608310ae9b96676ea4fa (patch) | |
tree | 76abd1d5ee59939df26fdbe77ff6b48771c0162f /data | |
parent | dd56cdf3f64b50ada5db0ef6960519bc19815327 (diff) | |
download | gsoc2013-empathy-d62ff957e10bdfb92b99608310ae9b96676ea4fa.tar gsoc2013-empathy-d62ff957e10bdfb92b99608310ae9b96676ea4fa.tar.gz gsoc2013-empathy-d62ff957e10bdfb92b99608310ae9b96676ea4fa.tar.bz2 gsoc2013-empathy-d62ff957e10bdfb92b99608310ae9b96676ea4fa.tar.lz gsoc2013-empathy-d62ff957e10bdfb92b99608310ae9b96676ea4fa.tar.xz gsoc2013-empathy-d62ff957e10bdfb92b99608310ae9b96676ea4fa.tar.zst gsoc2013-empathy-d62ff957e10bdfb92b99608310ae9b96676ea4fa.zip |
Add empathy.css and helper code to use it
https://bugzilla.gnome.org/show_bug.cgi?id=669473
Diffstat (limited to 'data')
-rw-r--r-- | data/Makefile.am | 5 | ||||
-rw-r--r-- | data/empathy.css | 0 |
2 files changed, 5 insertions, 0 deletions
diff --git a/data/Makefile.am b/data/Makefile.am index ffef27bf1..8a61b5eab 100644 --- a/data/Makefile.am +++ b/data/Makefile.am @@ -56,6 +56,11 @@ html_DATA = \ empathy-log-window.html \ $(NULL) +cssdir = $(datadir)/empathy +css_DATA = \ + empathy.css \ + $(NULL) + EXTRA_DIST = \ $(convert_DATA) \ $(desktop_in_files) \ diff --git a/data/empathy.css b/data/empathy.css new file mode 100644 index 000000000..e69de29bb --- /dev/null +++ b/data/empathy.css |