# HG changeset patch # User Justin Sippel # Date 1348258998 14400 # Node ID 9f988c0996e44b3012502f1b552ea383c70ee48d # Parent 133cd05dafd11898cd4a8ece6e2ca4de2a56c3c2 Border/margin tweaking diff -r 133cd05dafd1 -r 9f988c0996e4 templates/static/tmf.css --- a/templates/static/tmf.css Fri Sep 21 16:16:13 2012 -0400 +++ b/templates/static/tmf.css Fri Sep 21 16:23:18 2012 -0400 @@ -252,4 +252,9 @@ border: 1px solid #babef2; color: #444; text-shadow: 0 1px 0 white; +} + +div#readme { + border: none; + margin: 0; } \ No newline at end of file