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
ddf67af0
Commit
ddf67af0
authored
Dec 23, 2011
by
David Symonds
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
doc: fix misspelt CSS properties.
R=golang-dev, rsc CC=golang-dev
https://golang.org/cl/5498071
parent
7ea92ddd
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
4 additions
and
4 deletions
+4
-4
doc/all.css
doc/all.css
+4
-4
No files found.
doc/all.css
View file @
ddf67af0
...
...
@@ -81,15 +81,15 @@ h1#title {
-webkit-box-shadow
:
0
1px
1px
#ccc
;
}
#nav-main
li
:first-child
{
-moz-border-
top-left-radius
:
4px
;
-moz-border-
radius-topleft
:
4px
;
border-top-left-radius
:
4px
;
-moz-border-
bottom-left-radius
:
4px
;
-moz-border-
radius-bottomleft
:
4px
;
border-bottom-left-radius
:
4px
;
}
#nav-main
li
:last-child
{
-moz-border-
top-right-radius
:
4px
;
-moz-border-
radius-topright
:
4px
;
border-top-right-radius
:
4px
;
-moz-border-
bottom-right-radius
:
4px
;
-moz-border-
radius-bottomright
:
4px
;
border-bottom-right-radius
:
4px
;
}
#nav-main
.quickref
{
...
...
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