Переглянути джерело

moved to using border for flexbox

Heydon Pickering 8 роки тому
батько
коміт
5cfde5966c
3 змінених файлів з 8 додано та 10 видалено
  1. 4 5
      docs/css/styles.css
  2. 0 0
      docs/service-worker.js
  3. 4 5
      themes/infusion/static/css/styles.css

+ 4 - 5
docs/css/styles.css

@@ -196,18 +196,17 @@ th:empty {
 
 .tested {
     text-align: center;
+    border: 1px solid #111;
 }
 .tested tr {
-  display: flex;
-  flex-flow: row wrap;
+    display: flex;
+    flex-flow: row wrap;
 }
 .tested td, .tested th {
     vertical-align: middle;
     overflow: hidden;
     flex: 1 0 auto;
-    border: 0;
-    outline: 2px solid;
-    outline-offset: -1px;
+    border: 1px solid #111;
 }
 .tested th {
     width: 100%;

Різницю між файлами не показано, бо вона завелика
+ 0 - 0
docs/service-worker.js


+ 4 - 5
themes/infusion/static/css/styles.css

@@ -196,18 +196,17 @@ th:empty {
 
 .tested {
     text-align: center;
+    border: 1px solid #111;
 }
 .tested tr {
-  display: flex;
-  flex-flow: row wrap;
+    display: flex;
+    flex-flow: row wrap;
 }
 .tested td, .tested th {
     vertical-align: middle;
     overflow: hidden;
     flex: 1 0 auto;
-    border: 0;
-    outline: 2px solid;
-    outline-offset: -1px;
+    border: 1px solid #111;
 }
 .tested th {
     width: 100%;

Деякі файли не було показано, через те що забагато файлів було змінено