summaryrefslogtreecommitdiff
path: root/doc/source/_static/css/custom.css
diff options
context:
space:
mode:
Diffstat (limited to 'doc/source/_static/css/custom.css')
-rw-r--r--doc/source/_static/css/custom.css16
1 files changed, 16 insertions, 0 deletions
diff --git a/doc/source/_static/css/custom.css b/doc/source/_static/css/custom.css
new file mode 100644
index 0000000..0bc0cdb
--- /dev/null
+++ b/doc/source/_static/css/custom.css
@@ -0,0 +1,16 @@
+.up {
+ float:right;
+ font-size: 15px;
+ font-family: Trebuchet MS, sans-serif;
+ padding: 14px;
+}
+
+.method-path {
+ font-size: 1.5em;
+ background-color: #10a54a !important;
+}
+
+.huge {
+ color: #fff;
+ background-color: #10a54a !important;
+}