mirror of
https://github.com/mozilla/gecko-dev.git
synced 2024-11-28 23:31:56 +00:00
bug 815512 pt 3 - limit size of file icons in HTML directory listing. r=bz
This commit is contained in:
parent
e18ac73437
commit
6fa243632b
@ -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"
|
||||
|
Loading…
Reference in New Issue
Block a user