Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(23)

Side by Side Diff: runtime/observatory/lib/src/elements/view_footer.html

Issue 1123143002: Make script-insets obey their bounds, and other padding tweaks. (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: Created 5 years, 7 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View unified diff | Download patch | Annotate | Revision Log
OLDNEW
1 <link rel="import" href="../../../../packages/polymer/polymer.html"> 1 <link rel="import" href="../../../../packages/polymer/polymer.html">
2 <link rel="import" href="observatory_element.html"> 2 <link rel="import" href="observatory_element.html">
3 3
4 <polymer-element name="view-footer" extends="observatory-element"> 4 <polymer-element name="view-footer" extends="observatory-element">
5 <template><link rel="stylesheet" href="css/shared.css"> 5 <template><link rel="stylesheet" href="css/shared.css">
6 <br><br><br><br> 6 <br><br><br><br>
7 <br><br><br><br> 7 <br><br><br><br>
8 <p align="right"> 8 <div align="right" style="padding: 1em">
9 <p>
9 <a href="https://www.dartlang.org/tools/observatory/"> 10 <a href="https://www.dartlang.org/tools/observatory/">
10 View documentation 11 View documentation
turnidge 2015/05/06 07:14:42 What do you think of having a slightly smaller fon
rmacnak 2015/05/06 17:10:33 sg
11 </a> 12 </a>
12 </p> 13 </p>
13 <p align="right"> 14 <p>
14 <a href="https://code.google.com/p/dart/issues/entry?template=Observatory" > 15 <a href="https://code.google.com/p/dart/issues/entry?template=Observatory" >
15 File a bug report 16 File a bug report
16 </a> 17 </a>
17 </p> 18 </p>
19 </div>
18 </template> 20 </template>
19 </polymer-element> 21 </polymer-element>
20 22
21 <script type="application/dart" src="view_footer.dart"></script> 23 <script type="application/dart" src="view_footer.dart"></script>
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698