Is it possible to remove the header in TextMate's Markdown Preview mode, or make it smaller?

It takes quite a bit of screen space.

TextMate markdown preview pane screenshot

link|improve this question

43% accept rate
feedback

1 Answer

up vote 0 down vote accepted

Add to /Applications/TextMate.app/Contents/SharedSupport/Support/themes/bright/style.css:

#tm_webpreview_header { display: none; }
#tm_webpreview_content { margin: 0 !important; }

link|improve this answer
yup, there's a CSS for that :) thanks, I was just discovering that by myself / posting the answer. Silly me. – pax Dec 14 '11 at 2:44
feedback

Your Answer

 
or
required, but never shown

Not the answer you're looking for? Browse other questions tagged or ask your own question.