Add a markdown-view directive and change all uses of markdown in the partials to use the directive

This commit is contained in:
Joseph Schorr 2013-11-04 19:36:56 -05:00
parent 96730965cd
commit 9beb627ab0
10 changed files with 83 additions and 89 deletions

View file

@ -27,6 +27,10 @@
margin-left: 10px;
}
.organization-header-element .team-name {
text-transform: capitalize;
}
.namespace-selector-dropdown .namespace {
padding: 6px;
padding-left: 10px;
@ -1390,13 +1394,15 @@ p.editable:hover i {
.org-view .team-listing {
margin: 10px;
padding: 10px;
border-bottom: 1px solid #eee;
min-width: 400px;
display: inline-block;
}
.org-view .team-listing i {
margin-right: 10px;
}
.org-view .team-title {
font-size: 20px;
text-transform: capitalize;
}
/* Overrides for typeahead to work with bootstrap 3. */