Rietveld Code Review Tool
Help | Bug tracker | Discussion group | Source code | Sign in
(573)

Delta Between Two Patch Sets: godoc/static/static.go

Issue 13356047: code review 13356047: go.tools/godoc: some content re-organization (Closed)
Left Patch Set: diff -r be045f224499 https://code.google.com/p/go.tools Created 10 years, 6 months ago
Right Patch Set: diff -r beeebf8de27f https://code.google.com/p/go.tools Created 10 years, 6 months ago
Left:
Right:
Use n/p to move between diff chunks; N/P to move between comments. Please Sign in to add in-line comments.
Jump to:
Left: Side by side diff | Download
Right: Side by side diff | Download
« no previous file with change/comment | « godoc/static/package.html ('k') | godoc/static/style.css » ('j') | no next file with change/comment »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
LEFTRIGHT
1 // DO NOT EDIT ** This file was generated with the bake tool ** DO NOT EDIT // 1 // DO NOT EDIT ** This file was generated with the bake tool ** DO NOT EDIT //
2 2
3 package static 3 package static
4 4
5 var Files = map[string]string{ 5 var Files = map[string]string{
6 "codewalk.html": `<!-- 6 "codewalk.html": `<!--
7 Copyright 2010 The Go Authors. All rights reserved. 7 Copyright 2010 The Go Authors. All rights reserved.
8 Use of this source code is governed by a BSD-style 8 Use of this source code is governed by a BSD-style
9 license that can be found in the LICENSE file. 9 license that can be found in the LICENSE file.
10 --> 10 -->
(...skipping 1685 matching lines...) Expand 10 before | Expand all | Expand 10 after
1696 font-weight: bold; 1696 font-weight: bold;
1697 font-size: 20px; 1697 font-size: 20px;
1698 } 1698 }
1699 a#start .desc { 1699 a#start .desc {
1700 display: block; 1700 display: block;
1701 font-size: 14px; 1701 font-size: 14px;
1702 font-weight: normal; 1702 font-weight: normal;
1703 margin-top: 5px; 1703 margin-top: 5px;
1704 } 1704 }
1705 1705
1706 div#learn .icon { 1706 div#learn .popout {
1707 float: right; 1707 float: right;
1708 display: block;
1708 cursor: pointer; 1709 cursor: pointer;
1710 font-size: 12px;
1711 background: url(/doc/share.png) no-repeat;
1712 background-position: right top;
1713 padding: 5px 27px;
1709 } 1714 }
1710 div#learn pre, 1715 div#learn pre,
1711 div#learn textarea { 1716 div#learn textarea {
1712 padding: 0; 1717 padding: 0;
1713 margin: 0; 1718 margin: 0;
1714 font-family: Menlo, monospace; 1719 font-family: Menlo, monospace;
1715 font-size: 14px; 1720 font-size: 14px;
1716 } 1721 }
1717 div#learn .input { 1722 div#learn .input {
1718 padding: 10px; 1723 padding: 10px;
(...skipping 232 matching lines...) Expand 10 before | Expand all | Expand 10 after
1951 } 1956 }
1952 div#playground .code { 1957 div#playground .code {
1953 width: 520px; 1958 width: 520px;
1954 height: 200px; 1959 height: 200px;
1955 } 1960 }
1956 div#playground .output { 1961 div#playground .output {
1957 height: 100px; 1962 height: 100px;
1958 } 1963 }
1959 `, 1964 `,
1960 } 1965 }
LEFTRIGHT

Powered by Google App Engine
RSS Feeds Recent Issues | This issue
This is Rietveld f62528b