www

Unnamed repository; edit this file 'description' to name the repository.
Log | Files | Refs | Submodules | README | LICENSE

commit 91512469d5b1a74b755bf7b8f49dea135b1ca4cb
parent 2ca10b3d54d492389b38c919c59717145e9bcd51
Author: Dan Stillman <dstillman@zotero.org>
Date:   Sat,  8 Jul 2017 21:31:45 -0400

Make About window narrower

Diffstat:
Mchrome/skin/default/zotero/about.css | 7++++++-
1 file changed, 6 insertions(+), 1 deletion(-)

diff --git a/chrome/skin/default/zotero/about.css b/chrome/skin/default/zotero/about.css @@ -12,7 +12,7 @@ dialog } #column1 { - width: 33em; + width: 23em; padding-right: 2em; } @@ -47,6 +47,11 @@ dialog margin-bottom: 5px; } +#about-text { + margin-top: .7em; + margin-bottom: .7em; +} + #about-text > p { margin-left: .5em; line-height: 1.4em;