bug 815512 pt 3 - limit size of file icons in HTML directory listing. r=bz

This commit is contained in:
Jonathan Kew 2012-11-28 09:04:14 +00:00
parent e18ac73437
commit 6fa243632b

View File

@ -355,6 +355,8 @@ nsIndexedToHTML::DoOnStartRequest(nsIRequest* request, nsISupports *aContext,
".file > img {\n"
" -moz-margin-end: 4px;\n"
" -moz-margin-start: -20px;\n"
" max-width: 16px;\n"
" max-height: 16px;\n"
" vertical-align: middle;\n"
"}\n"
".dir::before {\n"