integ style with dev styles
authorcavaliet
Mon, 24 Jun 2013 17:05:57 +0200
changeset 139 7d89fdc28f53
parent 138 f694df1f57a6
child 140 bfe995fae627
integ style with dev styles
integration/v2/css/style.css
--- a/integration/v2/css/style.css	Mon Jun 24 15:59:04 2013 +0200
+++ b/integration/v2/css/style.css	Mon Jun 24 17:05:57 2013 +0200
@@ -238,3 +238,31 @@
 .list-projets-5>li{width: 177px; float: left; position: relative;}
 .content-project{background-color: #eee;}
 .content-project p{font-family: 'Lato'; font-size: 13px; font-weight: 300; line-height: 15px; padding: 10px;}
+
+
+
+/* imported */
+.center-image {
+    text-align: center;
+}
+.image-and-fragment {
+    position: relative; margin: 0 auto; display: inline-block;
+}
+.square-fragment-225 {
+    height: 225px;
+    width: 225px;
+}
+.square-fragment-600 {
+    height: 600px;
+    width: 600px;
+}
+.subcol-fourth {
+    margin-bottom: 10px;
+}
+.subcol-fourth:nth-child(4n+1) {
+    clear: left;
+    margin-left: 0;
+}
+.highlight {
+    background: #ffff80;
+}