Browse Source

added a css fix for the image bug issue

Docker-DCO-1.1-Signed-off-by: Nathan Hsieh <hsieh.nathan@gmail.com>
(github: nhsiehgit)
Nathan Hsieh 11 years ago
parent
commit
e44bdd612b
1 changed files with 3 additions and 0 deletions
  1. 3 0
      docs/theme/mkdocs/css/docs.css

+ 3 - 0
docs/theme/mkdocs/css/docs.css

@@ -326,3 +326,6 @@ ol li {
 .navbar #usernav .nav li {
   padding-top: 0px !important;
 }
+table.table tr td img {
+    width:100%;
+}