-
-
Save andreipak/e4dc917d47f22c6bd6ef891d43780f64 to your computer and use it in GitHub Desktop.
Revisions
-
seyDoggy revised this gist
Jan 9, 2015 . 1 changed file with 1 addition and 1 deletion.There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode charactersOriginal file line number Diff line number Diff line change @@ -6,7 +6,7 @@ <link rel="stylesheet" href="styles/main.css"> </head> <body> <nav class="navbar navbar-inverse" role="navigation"> ... </nav> -
seyDoggy revised this gist
Jan 9, 2015 . 1 changed file with 24 additions and 0 deletions.There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode charactersOriginal file line number Diff line number Diff line change @@ -0,0 +1,24 @@ <html ng-app="shipgooderClientApp" class="no-js ng-scope"><head> <meta charset="utf-8"> <title></title> <meta name="viewport" content="width=device-width, initial-scale=1"> <link rel="stylesheet" href="styles/bootstrap.css"> <link rel="stylesheet" href="styles/main.css"> </head> <body> <nav class="navbar navbar-inverse v-space-bottom-50" role="navigation"> ... </nav> <div class="container"> ... </div> <footer class="footer"> <div class="container"> ... </div> </footer> </body> </html> -
seyDoggy created this gist
Jan 9, 2015 .There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode charactersOriginal file line number Diff line number Diff line change @@ -0,0 +1,17 @@ html,body { height:100%; width: 100%; } body { display: table; } .container { height: auto; } .footer { display: table-row; height: 1px; }