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

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
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..6f357dedf82043cce7e5f1183cf44ec3146baf0f 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">
+ <div align="right" style="padding: 1em">
+ <p>
<a href="https://www.dartlang.org/tools/observatory/">
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
</a>
</p>
- <p align="right">
+ <p>
<a href="https://code.google.com/p/dart/issues/entry?template=Observatory">
File a bug report
</a>
</p>
+ </div>
</template>
</polymer-element>

Powered by Google App Engine
This is Rietveld 408576698