Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
G
go
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
Analytics
Analytics
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Commits
Issue Boards
Open sidebar
Kirill Smelkov
go
Commits
b94f8131
Commit
b94f8131
authored
Nov 07, 2009
by
Russ Cox
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
new style; live at
http://r45:3456/
R=r CC=go-dev
http://go/go-review/1026015
parent
211a44cf
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
34 additions
and
17 deletions
+34
-17
doc/root.html
doc/root.html
+3
-5
doc/style.css
doc/style.css
+30
-11
lib/godoc/godoc.html
lib/godoc/godoc.html
+1
-1
No files found.
doc/root.html
View file @
b94f8131
...
...
@@ -27,13 +27,13 @@
<h1>
Slow compiles?
<br>
Watch this.
</h1>
<table>
<tr>
<td>
<td
align=
center
width=
"100%"
>
<a
href=
"http://www.youtube.com/FIXME"
><img
src=
"/doc/video-snap.jpg"
></a>
</td>
</tr>
<tr>
<td>
Programming with Go.
<a
href=
"http://www.youtube.com/FIXME"
>
Watch now
</a>
.
<td
align=
center
>
Programming with Go.
<br>
<a
href=
"http://www.youtube.com/FIXME"
>
Watch now
</a>
.
</td>
</tr>
</table>
...
...
@@ -98,8 +98,6 @@ It's a joy to use.
Go for it.
</p>
</p>
</div>
<!--
...
...
doc/style.css
View file @
b94f8131
...
...
@@ -10,7 +10,7 @@
code
,
.code
{
font-size
:
100%
;
font-family
:
monospace
;
color
:
#0
07000
;
color
:
#0
f398d
;
}
kbd
{
...
...
@@ -20,11 +20,11 @@ kbd {
}
pre
.ebnf
{
background-color
:
beige
;
background-color
:
#ffffe9
;
}
pre
.grammar
{
background-color
:
beige
;
background-color
:
#ffffe9
;
}
p
.rule
{
...
...
@@ -79,6 +79,17 @@ li pre {
margin
:
0.5em
0px
1em
0px
;
}
a
:link
{
color
:
#0f398d
}
a
:visited
{
color
:
#0000ff
}
a
:hover
{
color
:
#0000ff
}
/* ------------------------------------------------------------------------- */
/* Styles used in the boilerplate-ish parts of pages. */
...
...
@@ -86,10 +97,12 @@ li pre {
div
#content
{
margin-left
:
20%
;
padding
:
0
1em
2em
1em
;
margin-top
:
-2px
;
margin-top
:
0px
;
/*
border-left: 2px solid #e5ecf9;
border-right: 2px solid #e5ecf9;
border-bottom: 2px solid #e5ecf9;
*/
}
#topnav
{
...
...
@@ -97,15 +110,19 @@ div#content {
padding-top
:
0.2em
;
width
:
100%
;
white-space
:
nowrap
;
background-color
:
#
e5ecf9
;
border-
top
:
1
px
solid
#36C
;
font
:
bold
large
Helvetica
,
Arial
,
sans-serif
;
background-color
:
#
ffffff
;
border-
bottom
:
2
px
solid
#36C
;
font
:
bold
150%
Helvetica
,
Arial
,
sans-serif
;
}
div
#linkList
{
margin-top
:
1.5em
;
padding-left
:
0.5em
;
font
:
13px
Helvetica
,
Arial
,
sans-serif
;
float
:
left
;
width
:
20%
;
width
:
18%
;
background-color
:
#fffff0
;
border
:
2px
solid
#ba9836
;
}
div
#linkList
ul
{
...
...
@@ -230,12 +247,14 @@ a.use {
#gettingStarted
{
margin-top
:
1.5em
;
float
:
right
;
background-color
:
#
e5ecf9
;
background-color
:
#
fffff0
;
width
:
25%
;
padding-left
:
1em
;
-moz-border-radius
:
7px
;
-webkit-border-radius
:
7px
;
padding-right
:
1em
;
-moz-border-radius
:
0px
;
-webkit-border-radius
:
0px
;
padding-bottom
:
0.75em
;
border
:
2px
solid
#ba9836
;
}
#gettingStarted
h1
{
...
...
lib/godoc/godoc.html
View file @
b94f8131
...
...
@@ -86,7 +86,7 @@
<li><a
href=
"/doc/go_faq.html"
class=
"noline"
>
FAQ
</a></li>
<li><a
href=
"/doc/go_lang_faq.html"
class=
"noline"
>
Language Design FAQ
</a></li>
<li><a
href=
"/doc/go_for_cpp_programmers.html"
class=
"noline"
>
Go for C++ Programmers
</a></li>
<li><a
href=
"XXX"
class=
"noline"
>
Tech talk (1 hour)
</a></li>
<li><a
href=
"
/
XXX"
class=
"noline"
>
Tech talk (1 hour)
</a></li>
<li
class=
"blank"
>
</li>
<li
class=
"navhead"
>
How To
</li>
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment