Răsfoiți Sursa

Merge pull request #2196 from visuddhinanda/laravel

add table css
visuddhinanda 1 an în urmă
părinte
comite
4bfe314062
1 a modificat fișierele cu 33 adăugiri și 0 ștergeri
  1. 33 0
      resources/mustache/article/html/main.html

+ 33 - 0
resources/mustache/article/html/main.html

@@ -37,6 +37,39 @@
         .origin {
             font-family: times;
         }
+
+        table {
+            border-spacing: 0;
+            border-collapse: collapse;
+            display: block;
+            width: -webkit-max-content;
+            width: max-content;
+            max-width: 100%;
+        }
+
+        td,
+        th {
+            padding: 0;
+        }
+
+        table th {
+            font-weight: 600;
+        }
+
+        table th,
+        table td {
+            padding: 6px 13px;
+            border: 1px solid black;
+        }
+
+        table tr {
+            background-color: #ffffff;
+            border-top: 1px solid hsl(210, 18%, 87%);
+        }
+
+        table img {
+            background-color: transparent;
+        }
     </style>
 </head>
 <body>