Explorar el Código

Update bootstrap_rst_directives.py

changed alert-default to alert-warning in docs, there is no 'alert-default' in bootstrap.
trvrm hace 9 años
padre
commit
623a512d4c
Se han modificado 1 ficheros con 2 adiciones y 2 borrados
  1. 2 2
      twitter_bootstrap_rst_directives/bootstrap_rst_directives.py

+ 2 - 2
twitter_bootstrap_rst_directives/bootstrap_rst_directives.py

@@ -345,9 +345,9 @@ class Alert(rst.Directive):
 
         *example:*
 
-            .. alert-default::
+            .. alert-warning::
 
-                This is a default alert content
+                This is a warning alert content
 
     """
     has_content = True