Skip to content
Projects
Groups
Snippets
Help
Loading...
Sign in / Register
Toggle navigation
C
capnproto
Project
Project
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Packages
Packages
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
submodule
capnproto
Commits
d5b55e6e
Commit
d5b55e6e
authored
Dec 09, 2015
by
David Renshaw
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Prefer display:block over inserting new <p> elements.
parent
6b3173f6
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
15 additions
and
17 deletions
+15
-17
header.html
doc/_includes/header.html
+12
-12
stylesheet.css
doc/stylesheets/stylesheet.css
+3
-5
No files found.
doc/_includes/header.html
View file @
d5b55e6e
...
...
@@ -41,18 +41,18 @@
<section
id=
"menu"
>
<ul>
<li><a
href=
"{{ site.baseurl }}index.html"
>
<p>
Introduction
</p>
</a></li>
<li><a
href=
"{{ site.baseurl }}news/"
>
<p>
News
</p>
</a></li>
<li><a
href=
"{{ site.baseurl }}install.html"
>
<p>
Installation
</p>
</a></li>
<li><a
href=
"{{ site.baseurl }}language.html"
>
<p>
Schema Language
</p>
</a></li>
<li><a
href=
"{{ site.baseurl }}encoding.html"
>
<p>
Encoding
</p>
</a></li>
<li><a
href=
"{{ site.baseurl }}rpc.html"
>
<p>
RPC Protocol
</p>
</a></li>
<li><a
href=
"{{ site.baseurl }}capnp-tool.html"
>
<p>
The
<code>
capnp
</code>
Tool
</p>
</a></li>
<li><a
href=
"{{ site.baseurl }}cxx.html"
>
<p>
C++ Serialization
</p>
</a></li>
<li><a
href=
"{{ site.baseurl }}cxxrpc.html"
>
<p>
C++ RPC
</p>
</a></li>
<li><a
href=
"{{ site.baseurl }}otherlang.html"
>
<p>
Other Languages
</p>
</a></li>
<li><a
href=
"{{ site.baseurl }}roadmap.html"
>
<p>
Road Map
</p>
</a></li>
<li><a
href=
"{{ site.baseurl }}faq.html"
>
<p>
FAQ
</p>
</a></li>
<li><a
href=
"{{ site.baseurl }}index.html"
>
Introduction
</a></li>
<li><a
href=
"{{ site.baseurl }}news/"
>
News
</a></li>
<li><a
href=
"{{ site.baseurl }}install.html"
>
Installation
</a></li>
<li><a
href=
"{{ site.baseurl }}language.html"
>
Schema Language
</a></li>
<li><a
href=
"{{ site.baseurl }}encoding.html"
>
Encoding
</a></li>
<li><a
href=
"{{ site.baseurl }}rpc.html"
>
RPC Protocol
</a></li>
<li><a
href=
"{{ site.baseurl }}capnp-tool.html"
>
The
<code>
capnp
</code>
Tool
</a></li>
<li><a
href=
"{{ site.baseurl }}cxx.html"
>
C++ Serialization
</a></li>
<li><a
href=
"{{ site.baseurl }}cxxrpc.html"
>
C++ RPC
</a></li>
<li><a
href=
"{{ site.baseurl }}otherlang.html"
>
Other Languages
</a></li>
<li><a
href=
"{{ site.baseurl }}roadmap.html"
>
Road Map
</a></li>
<li><a
href=
"{{ site.baseurl }}faq.html"
>
FAQ
</a></li>
</ul>
</section>
<section
id=
"main_content"
class=
"inner"
>
doc/stylesheets/stylesheet.css
View file @
d5b55e6e
...
...
@@ -602,12 +602,10 @@ body.narrow #menu {
list-style-type
:
none
;
background-color
:
#212121
;
}
#menu
>
ul
>
li
>
a
>
p
,
#menu
>
ul
>
li
.selected
{
#menu
>
ul
>
li
>
a
,
#menu
>
ul
>
li
.selected
{
display
:
block
;
padding
:
10px
15px
10px
15px
;
}
#menu
>
ul
>
li
>
a
>
p
{
text-indent
:
0
;
}
#menu
>
ul
>
li
{
border-right
:
1px
solid
#111
;
}
...
...
@@ -686,7 +684,7 @@ ul#toc {
margin
:
0
;
text-indent
:
-15px
;
}
#menu
#toc
p
:hover
{
#menu
p
:hover
{
background-color
:
#313131
;
cursor
:
pointer
;
}
...
...
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