Team:UCLA/Template/CSS test

From 2014.igem.org

(Difference between revisions)
Line 519: Line 519:
<!--HR STYLE-->
<!--HR STYLE-->
-
hr { color: #7FA423;
+
hr {
-
background-color: #7FA423;
+
  -moz-border-bottom-colors: none;
-
height: 2px;
+
  -moz-border-image: none;
 +
  -moz-border-left-colors: none;
 +
  -moz-border-right-colors: none;
 +
  -moz-border-top-colors: none;
 +
  border-color: #000000 -moz-use-text-color #000000;
 +
  border-style: solid none;
 +
  border-width: 2px 0;
 +
  margin: 18px 0;
}
}
</style>
</style>
</html>
</html>

Revision as of 21:41, 11 August 2014