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

Unified Diff: experimental/webtry/templates/index.html

Issue 656463002: add support for skfiddle width/height options (Closed) Base URL: https://skia.googlesource.com/skia.git@master
Patch Set: add new db creation commands to the design documnt Created 6 years, 2 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 | « experimental/webtry/templates/content.html ('k') | experimental/webtry/templates/sidebar.html » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: experimental/webtry/templates/index.html
diff --git a/experimental/webtry/templates/index.html b/experimental/webtry/templates/index.html
index 58b7e3578d59c2aa7f3c007abff1dbcdf072217f..e85f79880db317b026be5543ebf6efc1b22bfbdb 100644
--- a/experimental/webtry/templates/index.html
+++ b/experimental/webtry/templates/index.html
@@ -6,8 +6,13 @@
<link rel='import' type='text/html' href='/res/imp/zoom.html'>
</head>
<body>
- {{template "titlebar.html" .}}
- {{template "content.html" .}}
+ <div id="wrapper">
+ {{template "titlebar.html" .}}
+ <div id="lower-wrapper">
+ {{template "sidebar.html" .}}
+ {{template "content.html" .}}
+ </div>
+ </div>
<script type='text/javascript'>
// Not running in a workspace.
« no previous file with comments | « experimental/webtry/templates/content.html ('k') | experimental/webtry/templates/sidebar.html » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698