--- a/integration/v2/css/style.css Tue Jun 25 11:14:50 2013 +0200
+++ b/integration/v2/css/style.css Tue Jun 25 11:16:07 2013 +0200
@@ -242,12 +242,6 @@
/* imported */
-.center-image {
- text-align: center;
-}
-.image-and-fragment {
- position: relative; margin: 0 auto; display: inline-block;
-}
.square-fragment-225 {
height: 225px;
width: 225px;
@@ -256,6 +250,9 @@
height: 600px;
width: 600px;
}
+.subcol {
+ float: left; margin: 2px 0 4px 12px;
+}
.subcol-fourth {
margin-bottom: 10px;
}
@@ -263,6 +260,29 @@
clear: left;
margin-left: 0;
}
+.subcol-seventh {
+ width: 110px; margin-left: 12px;
+}
+
+.subcol-seventh:nth-child(even) {
+ margin-left: 13px;
+}
+
+.subcol-seventh:nth-child(7n+1) {
+ margin-left: 0; clear: left;
+}
+.center-image {
+ text-align: center;
+}
+.center-image img {
+ display: inline-block;
+}
+.image-and-fragment {
+ position: relative; margin: 0 auto; display: inline-block;
+}
+.image-and-fragment svg, .cutout-canvas {
+ position: absolute; top: 0; left: 0; width: 100%; height: 100%;
+}
.highlight {
background: #ffff80;
-}
+}
\ No newline at end of file