Skip to content

Commit d431743

Browse files
committed
fork me badge
1 parent 376ad25 commit d431743

File tree

1 file changed

+18
-4
lines changed

1 file changed

+18
-4
lines changed

index.html

Lines changed: 18 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -13,8 +13,22 @@
1313

1414
<style type="text/css">
1515
body {
16-
padding-top: 60px;
17-
padding-bottom: 40px;
16+
padding-top: 30px;
17+
padding-bottom: 20px;
18+
}
19+
20+
.navbar .brand {
21+
padding-left: 75px;
22+
}
23+
24+
#fork-me {
25+
position: absolute;
26+
}
27+
28+
@media (max-width: 979px) {
29+
#fork-me {
30+
display: none;
31+
}
1832
}
1933
</style>
2034
<link href="bootstrap/css/bootstrap-responsive.css" rel="stylesheet">
@@ -38,9 +52,9 @@
3852
</head>
3953

4054
<body ng-app="timer">
41-
4255
<div class="navbar navbar-inverse navbar-fixed-top">
4356
<div class="navbar-inner">
57+
<div id="fork-me"><a href="https://github.com/siddii/angular-timer/fork" title="Fork me on GitHub"><img alt="Fork me on GitHub" src="images/icon-fork-me.png"></a></div>
4458
<div class="container">
4559
<button type="button" class="btn btn-navbar" data-toggle="collapse" data-target=".nav-collapse">
4660
<span class="icon-bar"></span>
@@ -50,7 +64,7 @@
5064
<a class="brand" href="#">Angular Timer</a>
5165
<div class="nav-collapse collapse">
5266
<ul class="nav">
53-
<li class="active"><a href="#introduction">Home</a></li>
67+
<!--<li class="active"><a href="#introduction">Home</a></li>-->
5468
<li class="dropdown">
5569
<a href="#" class="dropdown-toggle" data-toggle="dropdown">Examples <b class="caret"></b></a>
5670
<ul class="dropdown-menu">

0 commit comments

Comments
 (0)