Team:UNITN-Trento/CSS/Project/Vending Machine

From 2013.igem.org

(Difference between revisions)
Line 27: Line 27:
}
}
-
.container .sheet .jms-slideshow,
+
.container .sheet .jms-slideshow {
-
#jms-slideshow > div {
+
     width: 400px;
     width: 400px;
     min-width: 400px;
     min-width: 400px;
 +
}
 +
 +
#jms-slideshow > div {
 +
    width: 380px;
 +
    min-width: 380px;
 +
    margin-left: 1em;
}
}

Revision as of 20:44, 14 September 2013

.subscript {

   display: block;
   padding-left: 3em;
   font-family: "Cabin";
   font-size: 14px;
   font-style:italic;
   font-weight: lighter;

}

.tn-quote {

   color: #323232;
   font-style: italic;
   text-align: center;

}

.container .sheet .col {

   display: inline-block;
   width: 400px;
   margin: 1em 16px 0 0;

}

.container .sheet > img {

   width: 75%;
   border-radius: 1em;
   box-shadow: 2px 2px 4px #323232;

}

.container .sheet .jms-slideshow {

   width: 400px;
   min-width: 400px;

}

  1. jms-slideshow > div {
   width: 380px;
   min-width: 380px;
   margin-left: 1em;

}