2015-02-05から1日間の記事一覧

Firefox userChrome.css

メモしておく。 @charset "utf-8"; @namespace url("http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul"); #browser{ -moz-box-direction:reverse; } .tabbrowser-tab[selected]:not([pinned])[fadein]{ min-width:200px !important; } #urlba…