Commit 00c955f18618933e121c3c1c1ab09b110eaf1f6f

Authored by Andy
2 parents b48b7eca 6b4e9c6b

Merge branch 'test' of http://192.168.1.195:9998/web_developers/webportal into test

Showing 1 changed file with 9 additions and 1 deletions
contact.html
... ... @@ -41,7 +41,11 @@
41 41 <!--<link rel="stylesheet" href="css/color/color9.css">-->
42 42  
43 43 <!--<link type="text/css" rel="stylesheet" href="" id="colors">-->
44   -
  44 + <style>
  45 + #nav>li:nth-child(4){
  46 + border-bottom: 2px solid #fff;
  47 + }
  48 + </style>
45 49 </head>
46 50 <body>
47 51  
... ... @@ -67,6 +71,10 @@
67 71 </header>
68 72 <!--/ End Header Area -->
69 73  
  74 +<div class="contactside" >
  75 + 1
  76 +</div>
  77 +
70 78 <!-- Footer Area -->
71 79 <footer id="footer" class="footer_cont">
72 80  
... ...