File tree Expand file tree Collapse file tree 3 files changed +5
-5
lines changed
Expand file tree Collapse file tree 3 files changed +5
-5
lines changed Original file line number Diff line number Diff line change 55 < title > Codecasts.com.br - SPA - Starter Kit</ title >
66 </ head >
77 < body >
8- < a href ="https://github.com/codecasts/spa-starter-kit "> < img style ="position: absolute; top: 0; right : 0; border: 0; z-index: 2; " 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 >
8+ < a href ="https://github.com/codecasts/spa-starter-kit "> < img style ="position: absolute; top: 0; left : 0; border: 0; z-index: 2; " src ="https://camo.githubusercontent.com/121cd7cbdc3e4855075ea8b558508b91ac463ac2/68747470733a2f2f73332e616d617a6f6e6177732e636f6d2f6769746875622f726962626f6e732f666f726b6d655f6c6566745f677265656e5f3030373230302e706e67 " alt ="Fork me on GitHub " data-canonical-src ="https://s3.amazonaws.com/github/ribbons/forkme_left_green_007200 .png "> </ a >
99 < div id ="app "> </ div >
1010 <!-- built files will be auto injected -->
1111 </ body >
Original file line number Diff line number Diff line change @@ -19,8 +19,8 @@ export default {
1919<template >
2020 <div id =" app" >
2121 <cc-nav-bar v-show =" shouldShowNavigation" ></cc-nav-bar >
22- <cc-alerts ></cc-alerts >
2322 <div class =" container" >
23+ <cc-alerts ></cc-alerts >
2424 <transition name =" fade" >
2525 <router-view ></router-view >
2626 </transition >
Original file line number Diff line number Diff line change 2525 <div >
2626 <nav class =" navbar navbar-default" >
2727 <div class =" container-fluid" >
28- <div class =" navbar-header" >
28+ <div class =" navbar-header spacer " >
2929 <a class =" navbar-brand" href =" http://www.codecasts.com.br/" >
3030 Codecasts.com.br
3131 </a >
3939 <a >Categories</a >
4040 </router-link >
4141 </ul >
42- <div class =" nav navbar-form navbar-right spacer " >
42+ <div class =" nav navbar-form navbar-right" >
4343 <cc-spinner ></cc-spinner >
4444 <span class =" username" >{{ user.name }}</span >
4545 <button class =" btn btn-default btn-sm" @click =" logout" >Logout</button >
5252
5353<style scoped>
5454 .spacer {
55- margin-right : 100 px ;
55+ margin-left : 120 px ;
5656 }
5757 .username {
5858 padding : 6px 20px ;
You can’t perform that action at this time.
0 commit comments