comparison app/assets/stylesheets/tabs.css @ 119:52fa2536a102

Set bg color for markdown to white.
author Edho Arief <edho@myconan.net>
date Mon, 12 Nov 2012 14:19:21 +0700
parents 71fdd9ee5a29
children bf214f66874d
comparison
equal deleted inserted replaced
118:e3f3402da5a1 119:52fa2536a102
1 #tab-resize a.btn.dropdown-toggle { 1 #tab-resize a.btn.dropdown-toggle {
2 min-width: 120px; 2 min-width: 120px;
3 } 3 }
4 #markdown .well {
5 background-color: white;
6 }