Commit 6b4e9c6bfbfc4031343673525ad2f48f9d6b24f7
1 parent
4354a61b
Merge branch 'test' of http://192.168.1.195:9998/web_developers/webportal into test
# Conflicts: # js/nav-footer.js
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 | ... | ... |