User:Meagan/Stylesheets/Security.css

From 2009.igem.org

< User:Meagan(Difference between revisions)
(New page: #contact { border: 1px solid #aaa; font-size: 80%; } ul#contact { list-style: none; })
 
Line 1: Line 1:
#contact {
#contact {
-
border: 1px solid #aaa;
+
border: solid 1px #aaa;
font-size: 80%;
font-size: 80%;
}
}
-
ul#contact {
+
#contact ul{
list-style: none;
list-style: none;
}
}

Latest revision as of 16:46, 24 July 2009

#contact {
border: solid 1px #aaa;
font-size: 80%;
}

#contact ul{
list-style: none;
}