Team:OUC-China/css/topsection.css
From 2014.igem.org
(Difference between revisions)
WinUP (Talk | contribs)
(Created page with "#top-section { height: 14px; z-index: 100; top: 0; position: absolute; margin: 0 auto; display: block; width: 1024px; } #top-section * { font-size...")
Newer edit →
(Created page with "#top-section { height: 14px; z-index: 100; top: 0; position: absolute; margin: 0 auto; display: block; width: 1024px; } #top-section * { font-size...")
Newer edit →
Revision as of 05:51, 4 October 2014
- top-section {
height: 14px; z-index: 100; top: 0; position: absolute; margin: 0 auto; display: block; width: 1024px;
}
- top-section * {
font-size: 14px;
}
- top-section .left-menu {
float: left;
}
- top-section ul {
list-style: none;
}
- top-section .left-menu ul li {
float: left; margin: 0 10px 0 10px;
}
- top-section .right-menu {
float: right;
}
- top-section .right-menu ul li {
float: left; margin: 0 10px 0 10px;
}