Team:NTU Taiwan/index.html

From 2013.igem.org

(Difference between revisions)
Line 42: Line 42:
             position: inherit;
             position: inherit;
             width: auto;
             width: auto;
-
             padding: 0px;
+
             padding: 0;
-
             border-left: 0px;
+
             border-left: 0;
-
             border-right: 0px;
+
             border-right: 0;
         }
         }
         #globalWrapper{
         #globalWrapper{
             position: inherit;
             position: inherit;
             font-size: inherit;
             font-size: inherit;
-
             padding-bottom: 0px;
+
             padding-bottom: 0;
         }
         }
         #footer{
         #footer{
Line 59: Line 59:
         #bodyContent h1{
         #bodyContent h1{
             margin-bottom: inherit;
             margin-bottom: inherit;
 +
        }
 +
 +
        h1, h2, h3, h4, h5, h6{
 +
            border-bottom: inherit;
 +
        }
 +
 +
        #bodyContent a[href ^="https://"], #bodyContent a[href ^="mailto:"] {
 +
            background-image: none;
 +
            padding-right: inherit;
         }
         }
     </style>
     </style>
Line 129: Line 138:
                     <div class="col-md-6 thanks">
                     <div class="col-md-6 thanks">
                         <h2> Special Thanks</h2>
                         <h2> Special Thanks</h2>
-
                         <img src="http://ntu-best.herokuapp.com/img/thanks/BST.png" alt="">
+
                         <img src="images/thanks/BST.png" alt="">
-
                         <img src="http://ntu-best.herokuapp.com/img/thanks/CSIE.png" alt="">
+
                         <img src="images/thanks/CSIE.png" alt="">
-
                         <img src="http://ntu-best.herokuapp.com/img/thanks/NTHU.png" alt="">
+
                         <img src="images/thanks/NTHU.png" alt="">
-
                         <img src="http://ntu-best.herokuapp.com/img/thanks/NTU.png" alt="">
+
                         <img src="images/thanks/NTU.png" alt="">
-
                         <img src="http://ntu-best.herokuapp.com/img/thanks/ntuee.png" alt="">
+
                         <img src="images/thanks/ntuee.png" alt="">
                     </div>
                     </div>
                     <div class="col-md-3">
                     <div class="col-md-3">

Revision as of 04:47, 26 September 2013

<!DOCTYPE html> Igem-Taiwan