Template:GeorgiaTech/css/experiment.css

From 2014.igem.org

(Difference between revisions)
(Undo revision 20829 by Troy (talk))
Line 121: Line 121:
}
}
.navigater ul {
.navigater ul {
 +
        border: 2px solid #840000;
 +
        -moz-border-radius: 7px;
 +
        -webkit-border-radius: 7px;
position: relative;
position: relative;
left: -10px;
left: -10px;
Line 130: Line 133:
.navigater ul li {
.navigater ul li {
-
  z-index:100;
+
        border: 2px solid #840000;
-
  font: bold 14px/20PX helvetica;
+
        -moz-border-radius: 7px;
-
  display: inline-block;
+
        -webkit-border-radius: 7px;
-
  margin: 0 20px;
+
z-index:100;
-
  padding-bottom: 18px;
+
font: bold 14px/20PX helvetica;
-
  position: relative;
+
  display: inline-block;
-
  width: 110px;
+
margin: 0 20px;
-
  height: 32px;
+
  padding-bottom: 18px;
-
  background-color: #840000;
+
  position: relative;
-
  background-repeat:no-repeat;
+
  width: 110px;
-
  text-align:center;
+
  height: 32px;
 +
  background-color: #840000;
 +
  background-repeat:no-repeat;
 +
  text-align:center;
}
}

Revision as of 14:22, 24 June 2014