Skip to content
This repository has been archived by the owner on Mar 13, 2018. It is now read-only.

Commit

Permalink
Styles got dropped
Browse files Browse the repository at this point in the history
  • Loading branch information
ebidel committed May 16, 2014
1 parent 2621ed8 commit f0dfd4f
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions elements/core-doc-page.html
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
Displays formatted source documentation scraped from input urls.
@class core-doc-page
@element core-doc-page
-->

<polymer-element name="core-doc-page" attributes="data">
Expand Down Expand Up @@ -46,14 +46,14 @@ <h1 style="font-size: 52px; color: #E91E63;">
</p>

<template if="{{data.extends}}">
<section class="">
<section class="box">
<div class="ntitle">Extends</div>
<p><a href="#{{data.extends}}">{{data.extends}}</a></p>
</section>
</template>

<template if="{{data.description}}">
<section class="">
<section class="box top">
<div class="ntitle">Summary</div>
<marked-element text="{{data.description}}"></marked-element>
</section>
Expand Down

0 comments on commit f0dfd4f

Please sign in to comment.