Skip to content

Commit

Permalink
add bottom for the header navigation
Browse files Browse the repository at this point in the history
  • Loading branch information
Jianqing Sun committed Nov 21, 2011
1 parent ba0624b commit 96bca6d
Showing 1 changed file with 13 additions and 3 deletions.
16 changes: 13 additions & 3 deletions application/views/scripts/index/index.phtml
Original file line number Diff line number Diff line change
@@ -1,12 +1,22 @@
<style>
body
{
margin:auto;
}

#head_div
{
width:100%;
border-bottom-style:solid;
border-width:1px;
}

#head_div ul li
{
display: inline;
list-style-type: none;
width:100%;
border-bottom-style:solid;

}

</style>
<div>
<div id='head_div'>
Expand Down

0 comments on commit 96bca6d

Please sign in to comment.