diff options
author | Danielle Madeley <danielle.madeley@collabora.co.uk> | 2011-08-09 09:41:11 +0800 |
---|---|---|
committer | Danielle Madeley <danielle.madeley@collabora.co.uk> | 2011-08-09 09:41:11 +0800 |
commit | a23b86b6a47b06cc9b37cafd892b73229c2d97d3 (patch) | |
tree | 2b27bf624f4fa7f0ca36c6c529ee15b4a73e9a5b /data | |
parent | 3b97f8064e775fd770188b4f186da95706e205f8 (diff) | |
download | gsoc2013-empathy-a23b86b6a47b06cc9b37cafd892b73229c2d97d3.tar gsoc2013-empathy-a23b86b6a47b06cc9b37cafd892b73229c2d97d3.tar.gz gsoc2013-empathy-a23b86b6a47b06cc9b37cafd892b73229c2d97d3.tar.bz2 gsoc2013-empathy-a23b86b6a47b06cc9b37cafd892b73229c2d97d3.tar.lz gsoc2013-empathy-a23b86b6a47b06cc9b37cafd892b73229c2d97d3.tar.xz gsoc2013-empathy-a23b86b6a47b06cc9b37cafd892b73229c2d97d3.tar.zst gsoc2013-empathy-a23b86b6a47b06cc9b37cafd892b73229c2d97d3.zip |
Use this utility in the log viewer
It should also be used for the Adium theme, but this also supports fonts
specified in the Adium theme, which we need to support.
Diffstat (limited to 'data')
-rw-r--r-- | data/empathy-log-window.html | 7 |
1 files changed, 5 insertions, 2 deletions
diff --git a/data/empathy-log-window.html b/data/empathy-log-window.html index 794717704..db93240b5 100644 --- a/data/empathy-log-window.html +++ b/data/empathy-log-window.html @@ -2,9 +2,12 @@ <head> <style type="text/css"> html, body, div, p { - /* FIXME: how do we set the application font? */ padding: 0; - margin: 0; + margin: 1px; +} + +body { + margin-left: -1em; } div.row { |