# HG changeset patch # User cavaliet # Date 1372086357 -7200 # Node ID 7d89fdc28f5384015f108b41304659e71c735dcb # Parent f694df1f57a6ea8b2818a7b7d6851642b531d573 integ style with dev styles diff -r f694df1f57a6 -r 7d89fdc28f53 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; +}