Rietveld Code Review Tool
Help | Bug tracker | Discussion group | Source code

Unified Diff: options.html

Issue 29321336: Issue 2381 - Added share overlay to options page (Closed)
Patch Set: Rebased to a40c644fc2aa Created July 29, 2015, 12:27 p.m.
Use n/p to move between diff chunks; N/P to move between comments.
Jump to:
View side-by-side diff with in-line comments
Download patch
Index: options.html
===================================================================
--- a/options.html
+++ b/options.html
@@ -20,10 +20,12 @@
<head>
<meta charset="utf-8">
<title class="i18n_options_page_title"></title>
+ <link rel="stylesheet" href="skin/common.css">
<link rel="stylesheet" href="skin/options.css">
<style id="search-style"></style>
<script src="ext/common.js"></script>
<script src="ext/content.js"></script>
+ <script src="common.js"></script>
<script src="i18n.js"></script>
<script src="options.js"></script>
</head>

Powered by Google App Engine
This is Rietveld