Loading app/app.css +1 −46 Original line number Diff line number Diff line /* app css stylesheet */ .menu { list-style: none; border-bottom: 0.1em solid black; margin-bottom: 2em; padding: 0 0 0.5em; } .menu:before { content: "["; } .menu:after { content: "]"; } .menu > li { display: inline; } .menu > li:before { content: "|"; padding-right: 0.3em; } .menu > li:nth-child(1):before { content: ""; padding: 0; } html { position: relative; min-height: 100%; } .push { .app-push--height { height: 55px; } No newline at end of file .tg-footer { position: relative; bottom: 0; width: 100%; height: 250px; min-height: 50px; margin-bottom: 0px; border: 1px solid transparent; padding: 20px; } No newline at end of file app/index.html +2 −1 Original line number Diff line number Diff line Loading @@ -24,6 +24,7 @@ <link href="assets/css/features.css" rel="stylesheet"> <link href="assets/css/examples.css" rel="stylesheet"> <link href="assets/css/editor.css" rel="stylesheet"> <link href="assets/css/footer.css" rel="stylesheet"> </head> <body> <div class="tinygraphs-browsehappy" ng-include="'partials/browsehappy.html'"></div> Loading @@ -47,7 +48,7 @@ <div class="tinygraphs-editor" ng-include="'partials/marketing/editor.html'"></div> <div class="tinygraphs-get-started" ng-include="'partials/marketing/get-started.html'"></div> <div class="tinygraphs-about" ng-include="'partials/about.html'"></div> <div class="push"></div> <div class="app-push--height"></div> </div> <!-- end of container marketing --> <div class="tinygraphs-footer" ng-include="'partials/footer.html'"></div> Loading Loading
app/app.css +1 −46 Original line number Diff line number Diff line /* app css stylesheet */ .menu { list-style: none; border-bottom: 0.1em solid black; margin-bottom: 2em; padding: 0 0 0.5em; } .menu:before { content: "["; } .menu:after { content: "]"; } .menu > li { display: inline; } .menu > li:before { content: "|"; padding-right: 0.3em; } .menu > li:nth-child(1):before { content: ""; padding: 0; } html { position: relative; min-height: 100%; } .push { .app-push--height { height: 55px; } No newline at end of file .tg-footer { position: relative; bottom: 0; width: 100%; height: 250px; min-height: 50px; margin-bottom: 0px; border: 1px solid transparent; padding: 20px; } No newline at end of file
app/index.html +2 −1 Original line number Diff line number Diff line Loading @@ -24,6 +24,7 @@ <link href="assets/css/features.css" rel="stylesheet"> <link href="assets/css/examples.css" rel="stylesheet"> <link href="assets/css/editor.css" rel="stylesheet"> <link href="assets/css/footer.css" rel="stylesheet"> </head> <body> <div class="tinygraphs-browsehappy" ng-include="'partials/browsehappy.html'"></div> Loading @@ -47,7 +48,7 @@ <div class="tinygraphs-editor" ng-include="'partials/marketing/editor.html'"></div> <div class="tinygraphs-get-started" ng-include="'partials/marketing/get-started.html'"></div> <div class="tinygraphs-about" ng-include="'partials/about.html'"></div> <div class="push"></div> <div class="app-push--height"></div> </div> <!-- end of container marketing --> <div class="tinygraphs-footer" ng-include="'partials/footer.html'"></div> Loading