rymc commited on
Commit
d920bbc
·
verified ·
1 Parent(s): a9d1818

update caption CSS

Browse files
Files changed (1) hide show
  1. src/display/css_html_js.py +6 -0
src/display/css_html_js.py CHANGED
@@ -94,6 +94,12 @@ custom_css = """
94
  #box-filter > .form{
95
  border: 0
96
  }
 
 
 
 
 
 
97
  """
98
 
99
  get_window_url_params = """
 
94
  #box-filter > .form{
95
  border: 0
96
  }
97
+
98
+ .plot-caption {
99
+ text-align: center;
100
+ font-size: 14px !important;
101
+ margin-top: 4px;
102
+ }
103
  """
104
 
105
  get_window_url_params = """