Index: experimental/skpdiff/viewer_style.css |
diff --git a/experimental/skpdiff/viewer_style.css b/experimental/skpdiff/viewer_style.css |
index 48a295c7bbdd9e2a57477cdb2af2acab2a0812db..140deaa55b9962adb87e533dcb618295731ddbd0 100644 |
--- a/experimental/skpdiff/viewer_style.css |
+++ b/experimental/skpdiff/viewer_style.css |
@@ -20,14 +20,18 @@ thead > tr > td { |
} |
.gm-image { |
- width:300px; |
+ border: 1px dotted black; |
} |
-.baseline-image { |
+.gm-image:hover { |
+ border: 1px dashed black; |
+} |
+ |
+.left-image { |
float: right; |
} |
-.test-image { |
+.right-image { |
text-align: right; |
} |