Browse Source

moved to using border for flexbox

Heydon Pickering 8 years ago
parent
commit
5cfde5966c
3 changed files with 8 additions and 10 deletions
  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%;

File diff suppressed because it is too large
+ 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%;

Some files were not shown because too many files changed in this diff