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

Side by Side Diff: src/site/css/dartboard.css

Issue 10700168: massive CL is massive (Closed) Base URL: https://code.google.com/p/dartlang-site/@master
Patch Set: 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 unified diff | Download patch
« no previous file with comments | « src/site/config.rb ('k') | src/site/css/fonts/fontawesome-webfont.eot » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
(Empty)
1 .codes {
2 display: block;
3 width: 100%;
4 min-height: 150px;
5 /* width: 600px;
6 height: 300px; */
7 white-space: pre;
8 font-family: monospace;
9 font-size: 11pt;
10 padding-bottom: 34px; /* hack to avoid scrollbars */
11 border: 1px solid #ddd;
12 }
13 .for-samples {
14 height: 300px;
15 }
16
17 #samples {
18 padding-bottom: 2px;
19 }
20
21 #samples-list {
22 outline: 0;
23 min-width: 200px;
24 }
25
26 div.explanation {
27 border: solid 1px #aaa;
28 padding: 0 1em;
29 margin: 1em 0;
30 height: 400px;
31 overflow: auto;
32 }
33 .upgrade {
34 margin-top: -1px;
35 color: #fff;
36 background: rgb(35, 63, 89);
37 border: 1px solid #aaa;
38 font-size: 11pt;
39 padding: 4px;
40 }
41
42 .upgrade a {
43 color: #fff;
44 }
45
OLDNEW
« no previous file with comments | « src/site/config.rb ('k') | src/site/css/fonts/fontawesome-webfont.eot » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698