annotate 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
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
rev   line source
117
71fdd9ee5a29 Added min-width for width setting dropdown button.
Edho Arief <edho@myconan.net>
parents:
diff changeset
1 #tab-resize a.btn.dropdown-toggle {
71fdd9ee5a29 Added min-width for width setting dropdown button.
Edho Arief <edho@myconan.net>
parents:
diff changeset
2 min-width: 120px;
71fdd9ee5a29 Added min-width for width setting dropdown button.
Edho Arief <edho@myconan.net>
parents:
diff changeset
3 }
119
52fa2536a102 Set bg color for markdown to white.
Edho Arief <edho@myconan.net>
parents: 117
diff changeset
4 #markdown .well {
52fa2536a102 Set bg color for markdown to white.
Edho Arief <edho@myconan.net>
parents: 117
diff changeset
5 background-color: white;
52fa2536a102 Set bg color for markdown to white.
Edho Arief <edho@myconan.net>
parents: 117
diff changeset
6 }