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
8d29a097
Commit
8d29a097
authored
Feb 22, 2012
by
Andrew Gerrand
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
doc: move styles to style.css
R=golang-dev, rsc CC=golang-dev
https://golang.org/cl/5685075
parent
a457fa50
Changes
3
Show whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
3 additions
and
12 deletions
+3
-12
doc/go1.html
doc/go1.html
+0
-6
doc/go1.tmpl
doc/go1.tmpl
+0
-6
doc/style.css
doc/style.css
+3
-0
No files found.
doc/go1.html
View file @
8d29a097
...
@@ -7,12 +7,6 @@
...
@@ -7,12 +7,6 @@
-->
-->
<!-- Center the tables, and disable the 1995-era 3D borders -->
<style
type=
"text/css"
>
table
{
margin-left
:
auto
;
margin-right
:
auto
;
border-style
:
none
;
}
hr
{
border-style
:
none
;
border-top
:
1px
solid
black
;
}
</style>
<h2
id=
"introduction"
>
Introduction to Go 1
</h2>
<h2
id=
"introduction"
>
Introduction to Go 1
</h2>
<p>
<p>
...
...
doc/go1.tmpl
View file @
8d29a097
...
@@ -3,12 +3,6 @@
...
@@ -3,12 +3,6 @@
}-->
}-->
{{
donotedit
}}
{{
donotedit
}}
<
!-- Center the tables, and disable the 1995-era 3D borders -->
<
style
type
=
"text/css"
>
table
{
margin
-
left
:
auto
;
margin
-
right
:
auto
;
border
-
style
:
none
;
}
hr
{
border
-
style
:
none
;
border
-
top
:
1
px
solid
black
;
}
</
style
>
<
h2
id
=
"introduction"
>
Introduction
to
Go
1
</
h2
>
<
h2
id
=
"introduction"
>
Introduction
to
Go
1
</
h2
>
<
p
>
<
p
>
...
...
doc/style.css
View file @
8d29a097
...
@@ -328,3 +328,6 @@ body {
...
@@ -328,3 +328,6 @@ body {
.example
.expanded
{
display
:
none
;
}
.example
.expanded
{
display
:
none
;
}
.exampleVisible
.collapsed
{
display
:
none
;
}
.exampleVisible
.collapsed
{
display
:
none
;
}
.exampleVisible
.expanded
{
display
:
block
;
}
.exampleVisible
.expanded
{
display
:
block
;
}
table
.codetable
{
margin-left
:
auto
;
margin-right
:
auto
;
border-style
:
none
;
}
hr
{
border-style
:
none
;
border-top
:
1px
solid
black
;
}
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