Skip to content

Commit

Permalink
fixing on nvbar-toggle position
Browse files Browse the repository at this point in the history
  • Loading branch information
nila authored and nila committed Jul 1, 2014
1 parent f092f80 commit 11c5f05
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 3 deletions.
2 changes: 1 addition & 1 deletion application/views/index.tpl
Expand Up @@ -9,7 +9,7 @@
{include $common_dir|cat:"inc_styles.tpl"}
</head>
<body>
<div class="navbar navbar navbar-default navbar-fixed-top ">
<div class="navbar navbar navbar-default navbar-fixed-top">
{include $common_dir|cat:"header.tpl"}
<a href="https://github.com/ranacseruet/codeigniterplus"><img style="position: absolute; top: 0; right: 0; border: 0;" src="https://camo.githubusercontent.com/e7bbb0521b397edbd5fe43e7f760759336b5e05f/68747470733a2f2f73332e616d617a6f6e6177732e636f6d2f6769746875622f726962626f6e732f666f726b6d655f72696768745f677265656e5f3030373230302e706e67" alt="Fork me on GitHub" data-canonical-src="https://s3.amazonaws.com/github/ribbons/forkme_right_green_007200.png"></a>
</div>
Expand Down
4 changes: 2 additions & 2 deletions application/views/modules/home/index.tpl
Expand Up @@ -4,7 +4,7 @@
<h1 class="text-danger">Welcome To CodeIgniterPlus!</h1>
<div class="row">
<div class="container">
<div class="col-xs-6">
<div class="col-md-6">
<h2>The Ultimate CodeIgniter Enhance</h2>
<p>
Want to have a kickass start in your next web application project? <br />
Expand All @@ -19,7 +19,7 @@
Introduction To CodeIgniterPlus
</a>
</div>
<div class="col-xs-6">
<div class="col-md-6">
<img class="img-responsive pull-right" src="{$base_url}images/desktop_mobile.png" alt="Desktop & Mobile Template">

</div>
Expand Down
8 changes: 8 additions & 0 deletions styles/main/styles.css
Expand Up @@ -36,3 +36,11 @@ input.error,select.error,textarea.error{
.error{
color: red;
}

.navbar-toggle {
width: 100%;
float: none;
margin: 0 auto;
border-width:0;
border-radius:0;
}

0 comments on commit 11c5f05

Please sign in to comment.