mirror of https://github.com/grpc/grpc.git
The C based gRPC (C++, Python, Ruby, Objective-C, PHP, C#)
https://grpc.io/
You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
48 lines
591 B
48 lines
591 B
/* Style adjustments for Help Viewer */ |
|
.pageBody { |
|
padding-top: 0px 20px 0px 0px; |
|
} |
|
|
|
table { |
|
width: 95%; |
|
padding-right: 20px; |
|
} |
|
|
|
table.members { |
|
width: 95%; |
|
padding-right: 20px; |
|
} |
|
|
|
th p { |
|
padding-bottom: 0px; |
|
} |
|
|
|
td p { |
|
padding-bottom: 5px; |
|
} |
|
|
|
.codeSnippetContainerTabs { |
|
top: 1px; |
|
} |
|
|
|
.codeSnippetToolBarText { |
|
top: -13px; |
|
} |
|
|
|
.codeSnippetContainerTabSingle { |
|
padding: 2px 15px 0px 15px; |
|
height: 22px; |
|
} |
|
|
|
.codeSnippetContainerTab a:visited { |
|
color: #000000; |
|
} |
|
|
|
.codeSnippetContainerTabActive a:visited { |
|
color: #000000; |
|
} |
|
|
|
span.keyword { |
|
color: #0000ff; |
|
font-weight: normal; |
|
}
|
|
|