Line 179: | Line 179: | ||
@media screen and (max-width: 1000px) { | @media screen and (max-width: 1000px) { | ||
.navigation a:not(:first-child) {display: none;} | .navigation a:not(:first-child) {display: none;} | ||
+ | .navigation .dropdown:not(:first-child) {display: none;} | ||
.navigation a.icon { | .navigation a.icon { | ||
float: right; | float: right; | ||
Line 197: | Line 198: | ||
} | } | ||
.navigation.responsive a { | .navigation.responsive a { | ||
− | + | float: none; | |
+ | display: block; | ||
+ | text-align: left; | ||
} | } | ||
− | . | + | .navigation.responsive .dropdown(:first-child) { |
− | + | float: none; | |
display: block; | display: block; | ||
text-align: left; | text-align: left; | ||
− | } | + | } |
} | } | ||
Line 488: | Line 491: | ||
x.className = "navigation"; | x.className = "navigation"; | ||
} | } | ||
+ | if (x.className === "dropdown") { | ||
+ | x.className += " responsive"; | ||
+ | } else { | ||
+ | x.className = "navigation"; | ||
+ | } | ||
+ | |||
} | } | ||
</script> | </script> |
Revision as of 06:50, 17 October 2018
This year, iGEM Bulgaria has submitted three new parts.
- Cer sequence from plasmid ColE1 - BBa_K2847000 (a silver medal criteria)
- Inverted Cer sequence from plasmid ColE1 - BBa_K2847001
- pSC101 ori + RepA (thermosensitive mutant) + AmpR gene - BBa_K2847002
parts.igem.org/Part:BBa_K2847000
parts.igem.org/Part:BBa_K2847001
parts.igem.org/Part:BBa_K2847002