Browse Source

Merge branch 'hotfix/style'

zhixin 7 years ago
parent
commit
94edc48bda
2 changed files with 6 additions and 5 deletions
  1. 1 0
      docs/assets/css/style.css
  2. 5 5
      docs/index.html

+ 1 - 0
docs/assets/css/style.css

@@ -8,6 +8,7 @@
 
 .bs-docs-header {
   padding: 10px 0 0;
+  background-image: none !important;
 }
 
 .bs-docs-header .col-md-8 {

+ 5 - 5
docs/index.html

@@ -1,12 +1,12 @@
 <!DOCTYPE html>
 <html lang="en">
 <head>
-    <meta charset="UTF-8">
-    <meta name="viewport" content="width=device-width, initial-scale=1.0">
-    <meta http-equiv="X-UA-Compatible" content="ie=edge">
-    <title>Boostrap Table</title>
+  <meta charset="UTF-8">
+  <meta name="viewport" content="width=device-width, initial-scale=1.0">
+  <meta http-equiv="X-UA-Compatible" content="ie=edge">
+  <title>Boostrap Table</title>
 </head>
 <body>
-    <script>location.href = 'home'</script>
+  <script>location.href = 'home'</script>
 </body>
 </html>