Selaa lähdekoodia

Apply suggestions from code review

Co-Authored-By: laceysanderson <las166@mail.usask.ca>
Abdullah Almsaeed 6 vuotta sitten
vanhempi
commit
026ab2cb6c
1 muutettua tiedostoa jossa 5 lisäystä ja 5 poistoa
  1. 5 5
      docs/_static/theme_overrides.css

+ 5 - 5
docs/_static/theme_overrides.css

@@ -62,7 +62,7 @@ See: https://rackerlabs.github.io/docs-rackspace/tools/rtd-tables.html
     color: white;
     border-color: black;
     font-weight: bold;
-    background-color: rgba(0,0,0);
+    background-color: rgba(0,0,0, 1);
 }
 .wy-menu-vertical li.toctree-l1 a,
   .wy-menu-vertical li.toctree-l2 a, 
@@ -99,12 +99,12 @@ a.icon-home:visited {
   .rst-content .wy-alert-info.important, 
   .rst-content .wy-alert-info.tip, 
   .rst-content .wy-alert-info.warning, 
-  .rst-content .seealso, .rst-content 
+  .rst-content .seealso, .rst-content,
   .wy-alert-info.admonition-todo, 
   .rst-content .wy-alert-info.admonition {
     background: #d9d9d9;
 }
-.wy-alert.wy-alert-info 
+.wy-alert.wy-alert-info, 
   .wy-alert-title, 
   .rst-content .note .wy-alert-title, 
   .rst-content .wy-alert-info.attention .wy-alert-title, 
@@ -129,7 +129,7 @@ a.icon-home:visited {
   .rst-content .wy-alert-info.important .admonition-title, 
   .rst-content .wy-alert-info.tip .admonition-title, 
   .rst-content .wy-alert-info.warning .admonition-title, 
-  .rst-content .seealso .admonition-title, .rst-content 
+  .rst-content .seealso .admonition-title, .rst-content, 
   .wy-alert-info.admonition-todo .admonition-title, 
   .rst-content .wy-alert-info.admonition .admonition-title {
     background: #737373;
@@ -140,4 +140,4 @@ a.icon-home:visited {
 }
 .wy-alert.wy-alert-warning, .rst-content .wy-alert-warning.note, .rst-content .attention, .rst-content .caution, .rst-content .wy-alert-warning.danger, .rst-content .wy-alert-warning.error, .rst-content .wy-alert-warning.hint, .rst-content .wy-alert-warning.important, .rst-content .wy-alert-warning.tip, .rst-content .warning, .rst-content .wy-alert-warning.seealso, .rst-content .admonition-todo, .rst-content .wy-alert-warning.admonition {
   background: #FcFde6;
-}
+}