This repository was archived by the owner on Dec 4, 2017. It is now read-only.
File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed
public/resources/css/module
tools/api-builder/angular.io-package/templates Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -129,7 +129,7 @@ input.api-filter {
129
129
}
130
130
}
131
131
132
- .class-description-content {
132
+ .code-links {
133
133
a {
134
134
code , .api-doc-code {
135
135
color : #1E88E5 !important ;
Original file line number Diff line number Diff line change 67
67
.div(class="row-margin" layout="row" layout-xs="column")
68
68
div(flex="20" flex-xs="100")
69
69
h2(class="h2-api-docs") Class Description
70
- div(class="class-description-content " flex="80" flex-xs="100")
70
+ div(class="code-links " flex="80" flex-xs="100")
71
71
:marked
72
72
{%- if doc.description.length > 2 %}
73
73
{$ doc.description | indentForMarkdown(6) | trimBlankLines $}
124
124
.div(layout="row" layout-xs="column" class="row-margin")
125
125
div(flex="20" flex-xs="100")
126
126
h2(class="h2-api-docs") Static Members
127
- div(flex="80" flex-xs="100")
127
+ div(class="code-links" flex="80" flex-xs="100")
128
128
{% for member in doc.statics %}{% if not member.internal %}
129
129
a(name="{$ member.name $}-anchor" class="anchor-offset")
130
130
pre(class="prettyprint no-bg" ng-class="{ 'anchor-focused': appCtrl.isApiDocMemberFocused('{$ member.name $}') }")
You can’t perform that action at this time.
0 commit comments