/* Image-formatr plugin CSS file for admin site */

/* Add "icons" to the main heading */
/* http://tinygod.pt/wheres-my-screen-icon/ */
h2:before {
    content: '\f108';  /* http://melchoyce.github.io/dashicons/ */
    display: inline-block;
    -webkit-font-smoothing: antialiased;
    font: normal 29px/1 'dashicons';
    vertical-align: middle;
    margin-right: 0.3em;
}
/* Add "icons" to the sub headings */
h3:before {
    content: '\f333';  /* http://melchoyce.github.io/dashicons/ */
    display: inline-block;
    -webkit-font-smoothing: antialiased;
    font: normal 29px/1 'dashicons';
    vertical-align: middle;
    margin-right: 0.3em;
}
/* Draw a line above each sub heading */
h3 {
    border-top: 1px dotted;
    padding-top: 2px;
}
