Browse Source

Update header style

zhixin 7 years ago
parent
commit
d614224e36
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 {
 .bs-docs-header {
   padding: 10px 0 0;
   padding: 10px 0 0;
+  background-image: none !important;
 }
 }
 
 
 .bs-docs-header .col-md-8 {
 .bs-docs-header .col-md-8 {

+ 5 - 5
docs/index.html

@@ -1,12 +1,12 @@
 <!DOCTYPE html>
 <!DOCTYPE html>
 <html lang="en">
 <html lang="en">
 <head>
 <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>
 </head>
 <body>
 <body>
-    <script>location.href = 'home'</script>
+  <script>location.href = 'home'</script>
 </body>
 </body>
 </html>
 </html>