Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(25)

Unified Diff: native_client_sdk/src/doc/_static/css/doxygen.css

Issue 153333002: [NaCl SDK Docs] Update CSS for docs. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 6 years, 11 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
Index: native_client_sdk/src/doc/_static/css/doxygen.css
diff --git a/native_client_sdk/src/doc/_static/css/doxygen.css b/native_client_sdk/src/doc/_static/css/doxygen.css
new file mode 100644
index 0000000000000000000000000000000000000000..d0335c12a26d284dac069ec6388c55d2e374d46e
--- /dev/null
+++ b/native_client_sdk/src/doc/_static/css/doxygen.css
@@ -0,0 +1,34 @@
+/* Copyright (c) 2014 The Chromium Authors. All rights reserved.
+ * Use of this source code is governed by a BSD-style license that can be
+ * found in the LICENSE file. */
+
+/*
+ * The #doxygen-ref is an id tag which encompasses code generated by doxygen
+ * and allows override of standard html tags while not affecting the rest
+ * of the page such as sidebars.
+ */
+
+#doxygen-ref table {
+ margin: 0;
+}
+
+#doxygen-ref td {
+ border: none;
+}
+
+#doxygen-ref tr {
+ border: none;
+}
+
+#doxygen-ref .memitem {
+ margin-top: 2em;
+}
+
+#doxygen-ref .memproto {
+ background-color: #e1e1e4;
+ border: 1px solid #e1e1f4;
+ font-weight: bold;
+ border-radius: 8px;
+ -moz-border-radius: 8px;
+ -webkit-border-radius: 8px;
+}

Powered by Google App Engine
This is Rietveld 408576698