Stylish code to fix the tumblr dashboard
@namespace url(http://www.w3.org/1999/xhtml);
@-moz-document url-prefix(http://www.tumblr.com/dashboard), url-prefix(http://www.tumblr.com/tumblelog), url-prefix(http://www.tumblr.com/likes) {
/*Windows font for those who don’t have Lucida Grande*/
#right_column .dashboard_nav_item ul.tumblelog_controls,
#right_column .dashboard_nav_item #small_dashboard_nav_links,
#right_column #create_tumblelog_link,
ol#posts li.post .share_pane,
ol#posts li.post .feed_label,
ol#posts ol.notes li,
.narrow_tumblelog_list .title,
ol#posts li.notification { font-family: “Lucida Grande”, Tahoma, Sans-Serif !important;}
/* font-sizes */
.unread_count { font-size: 70%!important;}
.dashboard_nav_item .tumblelog_link {font-size: 83%!important;}
#tip { display: none!important;}
/* width */
#right_column {width: 180px !important;}
#container {width:865px !important;}
.tumblelog_link{width:150px !important;}
body {padding-left:0px !important; padding-right:0px !important; }
}
@-moz-document url-prefix(http://www.tumblr.com/following), url-prefix(http://www.tumblr.com/followers), url-prefix(http://www.tumblr.com/map) {
/*Windows font for those who don’t have Lucida Grande*/
#right_column .dashboard_nav_item ul.tumblelog_controls,
#right_column .dashboard_nav_item #small_dashboard_nav_links,
#right_column #create_tumblelog_link,
ol#posts li.post .share_pane,
ol#posts li.post .feed_label,
ol#posts ol.notes li,
.narrow_tumblelog_list .title,
ol#posts li.notification { font-family: “Lucida Grande”, Tahoma, Sans-Serif !important;}
/* font-sizes */
.unread_count { font-size: 70%!important;}
.dashboard_nav_item .tumblelog_link {font-size: 83%!important;}
#tip { display: none!important;}
/* fixing the size problem with the tumblrs-in-city bubbles */
#map_bubble_contents {max-height: 200px !important; overflow: auto !important ;}
}
