Team:OUC-China/css/topsection.css

From 2014.igem.org

(Difference between revisions)
Line 17: Line 17:
             height: 53px;
             height: 53px;
         }
         }
-
         header > div > img:first-child {
+
         header > div > img.igem {
             float: left;
             float: left;
         }
         }
Line 24: Line 24:
             float: left;
             float: left;
         }
         }
-
         header > div > img:last-child {
+
         header > div > img.team {
 +
            margin-top: -5px;
 +
            position: relative;
 +
            z-index: 10;
 +
        }
 +
        header > div > img.title {
             margin-top: -5px;
             margin-top: -5px;
             position: relative;
             position: relative;
             z-index: 10;
             z-index: 10;
         }
         }

Revision as of 14:30, 12 October 2014

  1. top-section * {
   font-size: 13px !important;

}

  • {
           margin: 0;
           padding: 0;
           border: 0;
       }
       header {
           background-color: #FFFFFF;
           overflow-y: visible;
           height: 53px;
       }
       header > div {
           width: 1043px;
           margin: 0 auto;
           height: 53px;
       }
       header > div > img.igem {
           float: left;
       }
       header > div > div {
           display: inline-block;
           float: left;
       }
       header > div > img.team {
           margin-top: -5px;
           position: relative;
           z-index: 10;
       }
       header > div > img.title {
           margin-top: -5px;
           position: relative;
           z-index: 10;
       }