Skip to content
This repository was archived by the owner on Dec 4, 2017. It is now read-only.

chore(presskit): fix bullets mistake from last commit #3162

Merged
merged 1 commit into from
Jan 30, 2017
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 3 additions & 3 deletions public/presskit.jade
Original file line number Diff line number Diff line change
Expand Up @@ -52,10 +52,10 @@ div(class="presskit-container l-space-neg-top-8")
| For inquiries regarding press and media please contact us at
| <a href="mailto:press@angular.io">press@angular.io</a>.

style ul {list-style-type: disc !important; margin-left: 1em !important;}
style div.bullets ul {list-style-type: disc !important; margin-left: 1em !important;}
div(class="presskit-row")
div(class="presskit-inner")
div
div.bullets
h2 BRAND NAMES
:marked
## Angular
Expand Down Expand Up @@ -136,7 +136,7 @@ div(class="presskit-container l-space-neg-top-8")

div(class="presskit-row")
div(class="presskit-inner")
div
div.bullets
h2 TERMS WE USE
:marked
We often use terms that are not part of our brand,
Expand Down