
Changed description from h3 to h2 to match the other header Created api page classes for consistent styling Add styles for info-bar section Wrapped pre tags for code not to go off of screen
7 lines
165 B
HTML
7 lines
165 B
HTML
<!-- PAGE HERO -->
|
|
<header class="api-header">
|
|
<h1>{$ doc.name $}</h1>
|
|
<h2>{$ doc.docType $}</h2>
|
|
<span class="version">{$ angular.version $}</span>
|
|
</header>
|