ソースを参照

small viewport tested tables

Heydon Pickering 8 年 前
コミット
bf67fcaa18
3 ファイル変更18 行追加0 行削除
  1. 9 0
      docs/css/styles.css
  2. 0 0
      docs/service-worker.js
  3. 9 0
      themes/infusion/static/css/styles.css

+ 9 - 0
docs/css/styles.css

@@ -256,6 +256,7 @@ th:empty {
 
 .tested td {
   vertical-align: top;
+  overflow: hidden;
 }
 
 .tested th {
@@ -866,4 +867,12 @@ h1 svg {
     display: block;
   }
 
+  .tested th, .tested td {
+    display: block;
+  }
+
+  .tested td + td {
+    border-top: 0;
+  }
+
 }

ファイルの差分が大きいため隠しています
+ 0 - 0
docs/service-worker.js


+ 9 - 0
themes/infusion/static/css/styles.css

@@ -256,6 +256,7 @@ th:empty {
 
 .tested td {
   vertical-align: top;
+  overflow: hidden;
 }
 
 .tested th {
@@ -866,4 +867,12 @@ h1 svg {
     display: block;
   }
 
+  .tested th, .tested td {
+    display: block;
+  }
+
+  .tested td + td {
+    border-top: 0;
+  }
+
 }

この差分においてかなりの量のファイルが変更されているため、一部のファイルを表示していません