353cdaee by Marty Penner

Hide the mandrill statistics widget in the admin

1 parent 9fe33ab5
...@@ -1542,4 +1542,8 @@ a, input, textarea, select { ...@@ -1542,4 +1542,8 @@ a, input, textarea, select {
1542 position: relative; 1542 position: relative;
1543 top: 4px; 1543 top: 4px;
1544 left: 2px; 1544 left: 2px;
1545 }
1546
1547 .wp-admin #mandrill_widget {
1548 display: none;
1545 } 1549 }
...\ No newline at end of file ...\ No newline at end of file
......