/**
 * All of the CSS for your admin-specific functionality should be
 * included in this file.
 */

/* Adds margin to top of Comment Editing settings when clicking Settings link */
#comment_tweaks_anchor:before {
  content: " ";
  display: block;
  height:  48px;
  margin: -48px 0 0;
  visibility: hidden;
  float: left;
}
#comment_tweaks_anchor {
  scroll-margin-top: 48px;
}

