Skip to content

Commit

Permalink
move fonts to app
Browse files Browse the repository at this point in the history
  • Loading branch information
vubui committed Nov 9, 2013
1 parent 0fbe1d8 commit e9029ec
Show file tree
Hide file tree
Showing 6 changed files with 9 additions and 11 deletions.
6 changes: 6 additions & 0 deletions app/css/app.css
Original file line number Diff line number Diff line change
Expand Up @@ -28,3 +28,9 @@
content: "";
padding: 0;
}

.log-in {
position: absolute;
top: 50%;
left: 50%;
}
File renamed without changes.
File renamed without changes
File renamed without changes.
File renamed without changes.
14 changes: 3 additions & 11 deletions app/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -10,19 +10,11 @@

</head>
<body>
<ul class="menu">
<li><a href="#/view1">view1</a></li>
<li><a href="#/view2">view2</a></li>
</ul>

<h1>Awesome Button</h1>
<button type="button" class="btn btn-default btn-lg">
<span class="glyphicon glyphicon-star"></span> Star
</button>

<div ng-view></div>

<div>Angular seed app: v<span app-version></span></div>
<div class="log-in">
<button type="button" class="btn btn-primary btn-lg">Connect to Dropbox</button>
</div>

<!-- In production use:
<script src="//ajax.googleapis.com/ajax/libs/angularjs/1.0.7/angular.min.js"></script>
Expand Down

0 comments on commit e9029ec

Please sign in to comment.