aboutsummaryrefslogtreecommitdiffhomepage
path: root/doc/ref/csharp/html/styles/branding-Help1.css
diff options
context:
space:
mode:
authorGravatar Jan Tattermusch <jtattermusch@google.com>2015-08-24 17:47:35 -0700
committerGravatar Jan Tattermusch <jtattermusch@google.com>2015-08-24 17:47:35 -0700
commitf209c587033d333705fe40ab349dc5ddda18df3a (patch)
tree558d4fd504da6c620d649c144d0ec0bb96dfe178 /doc/ref/csharp/html/styles/branding-Help1.css
parent12855fc68201962311ba1474243809e2d3953964 (diff)
added generated docs
Diffstat (limited to 'doc/ref/csharp/html/styles/branding-Help1.css')
-rw-r--r--doc/ref/csharp/html/styles/branding-Help1.css40
1 files changed, 40 insertions, 0 deletions
diff --git a/doc/ref/csharp/html/styles/branding-Help1.css b/doc/ref/csharp/html/styles/branding-Help1.css
new file mode 100644
index 0000000000..8f7ba25a3b
--- /dev/null
+++ b/doc/ref/csharp/html/styles/branding-Help1.css
@@ -0,0 +1,40 @@
+/* Define the userData cache persistence mechanism for Help 1 files */
+.userDataStyle {
+ behavior: url(#default#userdata);
+}
+
+/* Style adjustments for Help 1 */
+.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;
+}