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

Unified 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 side-by-side diff with in-line comments
Download patch
« no previous file with comments | « runtime/observatory/lib/src/elements/script_view.html ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: runtime/observatory/lib/src/elements/view_footer.html
diff --git a/runtime/observatory/lib/src/elements/view_footer.html b/runtime/observatory/lib/src/elements/view_footer.html
index f5816d57ee8096190ed9c96c9dacf26d901d48d7..aa82cca217378c47c735b9ab291e71604f4fdb79 100644
--- a/runtime/observatory/lib/src/elements/view_footer.html
+++ b/runtime/observatory/lib/src/elements/view_footer.html
@@ -5,16 +5,18 @@
<template><link rel="stylesheet" href="css/shared.css">
<br><br><br><br>
<br><br><br><br>
- <p align="right">
- <a href="https://www.dartlang.org/tools/observatory/">
+ <div align="right" style="padding: 1em">
+ <p>
+ <a href="https://www.dartlang.org/tools/observatory/" style="font-size:90%">
View documentation
</a>
</p>
- <p align="right">
- <a href="https://code.google.com/p/dart/issues/entry?template=Observatory">
+ <p>
+ <a href="https://code.google.com/p/dart/issues/entry?template=Observatory" style="font-size:90%">
File a bug report
</a>
</p>
+ </div>
</template>
</polymer-element>
« no previous file with comments | « runtime/observatory/lib/src/elements/script_view.html ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698