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

Unified Diff: chrome/common/extensions/docs/server2/static/css/samples.css

Issue 10804036: Extensions Docs Server: Internationalized samples (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: encodings Created 8 years, 5 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: chrome/common/extensions/docs/server2/static/css/samples.css
diff --git a/chrome/common/extensions/docs/server2/static/css/samples.css b/chrome/common/extensions/docs/server2/static/css/samples.css
index f9823abfb4fcd3b9ca867cd03487c3d07616b439..22330dd26c84e1804a9092775e96e3589efdc5e1 100644
--- a/chrome/common/extensions/docs/server2/static/css/samples.css
+++ b/chrome/common/extensions/docs/server2/static/css/samples.css
@@ -32,3 +32,7 @@ img.icon {
left: 0;
top: 40px;
}
+
+#samples {
+ min-height: 700px;
not at google - send to devlin 2012/07/25 01:44:14 why? this kind of stuff assumes things about scree
cduvall 2012/07/25 03:19:26 I did this so the footer text doesn't come up into
cduvall 2012/07/25 18:21:34 Used float left like you said in your email.
+}

Powered by Google App Engine
This is Rietveld 408576698