Team:NCTU Formosa/css/style750u

From 2013.igem.org

(Difference between revisions)
 
(8 intermediate revisions not shown)
Line 4: Line 4:
nav {
nav {
width:700px!important;
width:700px!important;
 +
}
 +
#title {
 +
width:750px;
}
}
.effect {
.effect {
-
   margin-left:-35px!important;
+
   margin-left:-38px!important;
}
}
.nav li, .nav li a {
.nav li, .nav li a {
font:12px Quicksand!important;
font:12px Quicksand!important;
}
}
-
.nav li:nth-child(6) a {
+
.nav>li:nth-child(6)>a {
line-height:11px!important;
line-height:11px!important;
}
}

Latest revision as of 15:24, 25 October 2013

/* ---Calvin Hue

  • /

nav { width:700px!important; }

  1. title {

width:750px; } .effect {

 margin-left:-38px!important;

} .nav li, .nav li a { font:12px Quicksand!important; } .nav>li:nth-child(6)>a { line-height:11px!important; }