353cdaee by Marty Penner

Hide the mandrill statistics widget in the admin

1 parent 9fe33ab5
......@@ -1543,3 +1543,7 @@ a, input, textarea, select {
top: 4px;
left: 2px;
}
.wp-admin #mandrill_widget {
display: none;
}
\ No newline at end of file
......