Christina Theodoris commited on
Commit
f91f132
1 Parent(s): 17f036a

update doc css

Browse files
Files changed (1) hide show
  1. docs/source/_static/css/custom.css +9 -3
docs/source/_static/css/custom.css CHANGED
@@ -1,3 +1,4 @@
 
1
  .wy-side-nav-search, .wy-nav-top {
2
  background: linear-gradient(15deg, #13547a 0%, #80d0c7 100%);
3
  }
@@ -23,12 +24,17 @@
23
  color: #4b827c;
24
  }
25
 
26
-
27
-
28
  .sig.sig-object {
29
- padding: 5px 5px 5px 5px;
30
  background-color: #e6e6e6;
31
  border-style: solid;
32
  border-color: black;
33
  border-width: 1px 0;
34
  }
 
 
 
 
 
 
 
1
+ /* top left logo */
2
  .wy-side-nav-search, .wy-nav-top {
3
  background: linear-gradient(15deg, #13547a 0%, #80d0c7 100%);
4
  }
 
24
  color: #4b827c;
25
  }
26
 
27
+ /* class object */
 
28
  .sig.sig-object {
29
+ padding: 5px 5px 5px 8px;
30
  background-color: #e6e6e6;
31
  border-style: solid;
32
  border-color: black;
33
  border-width: 1px 0;
34
  }
35
+
36
+ /* parameter object */
37
+ dt {
38
+ padding: 5px 5px 5px 8px;
39
+ background-color: #ebebeb;
40
+ }