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 →

Revision as of 05:51, 4 October 2014

  1. top-section {
   height: 14px;
   z-index: 100;
   top: 0;
   position: absolute;
   margin: 0 auto;
   display: block;
   width: 1024px;

}

  1. top-section * {
   font-size: 14px;

}

  1. top-section .left-menu {
   float: left;

}

  1. top-section ul {
   list-style: none;

}

  1. top-section .left-menu ul li {
   float: left;
   margin: 0 10px 0 10px;

}

  1. top-section .right-menu {
   float: right;

}

  1. top-section .right-menu ul li {
   float: left;
   margin: 0 10px 0 10px;

}