[Pkg-mozext-commits] [adblock-plus-element-hiding-helper] 212/483: About dialog: text overflows on Ubuntu (font size should be absolute, not relative)
David Prévot
taffit at moszumanska.debian.org
Thu Jan 22 21:41:42 UTC 2015
This is an automated email from the git hooks/post-receive script.
taffit pushed a commit to branch master
in repository adblock-plus-element-hiding-helper.
commit 7213dfac64b790421556c3355b11aa74de93559b
Author: Wladimir Palant <trev at adblockplus.org>
Date: Fri Jul 2 20:10:29 2010 +0200
About dialog: text overflows on Ubuntu (font size should be absolute, not relative)
---
chrome/skin/about.css | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/chrome/skin/about.css b/chrome/skin/about.css
index 7d1db97..bdf182f 100644
--- a/chrome/skin/about.css
+++ b/chrome/skin/about.css
@@ -35,7 +35,7 @@
#title
{
- font-size: 200%;
+ font-size: 24px;
font-weight: bold;
}
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-mozext/adblock-plus-element-hiding-helper.git
More information about the Pkg-mozext-commits
mailing list