Chromium Code Reviews| 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.
|
| +} |