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

Side by Side 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, 4 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 unified diff | Download patch | Annotate | Revision Log
OLDNEW
1 #controls { 1 #controls {
2 margin: 10px 0; 2 margin: 10px 0;
3 background: #EEE; 3 background: #EEE;
4 padding: 10px; 4 padding: 10px;
5 border-radius: 10px; 5 border-radius: 10px;
6 } 6 }
7 7
8 #search_input { 8 #search_input {
9 width: 30em; 9 width: 30em;
10 } 10 }
(...skipping 14 matching lines...) Expand all
25 padding-left: 80px; 25 padding-left: 80px;
26 } 26 }
27 27
28 img.icon { 28 img.icon {
29 position: absolute; 29 position: absolute;
30 width: 64px; 30 width: 64px;
31 height: 64px; 31 height: 64px;
32 left: 0; 32 left: 0;
33 top: 40px; 33 top: 40px;
34 } 34 }
35
36 #samples {
37 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.
38 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698