Skip to content

Instantly share code, notes, and snippets.

@vabock
Created June 22, 2011 21:44
Show Gist options
  • Save vabock/1041303 to your computer and use it in GitHub Desktop.
Save vabock/1041303 to your computer and use it in GitHub Desktop.
Firefoxのパーソナルバー(ブックマークツールバー)をメニューの下へ移動(Fx4-5)
@namespace url(http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul);
/* move bookmark toolbar up */
#PersonalToolbar {
-moz-box-ordinal-group: 5 !important;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment