Skip to content

Commit

Permalink
styles.css
Browse files Browse the repository at this point in the history
  • Loading branch information
paveljanda committed May 6, 2019
1 parent a54e73d commit 15a6fba
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 1 deletion.
2 changes: 2 additions & 0 deletions contributte-datagrid/app/templates/@layout.latte
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,8 @@

<title>{ifset title}{include title|stripHtml} | {/ifset}DataGrid Sandbox</title>

<link rel="stylesheet" type="text/css" href="{$basePath}/styles.css">

<link rel="stylesheet" type="text/css" href="{$basePath}/bower_components/bootstrap/dist/css/bootstrap.css">

<!-- Use this css for that pretty checkboxes (https://github.com/paveljanda/happy) -->
Expand Down
4 changes: 3 additions & 1 deletion contributte-datagrid/app/templates/Homepage/default.latte
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
{block content}
{control grid}
<div class="container">
{control grid}
</div>
{/block}
6 changes: 6 additions & 0 deletions contributte-datagrid/www/styles.css
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
html, body {
margin: 0;
padding: 0;
width: 100%;
height: 100%;
}

0 comments on commit 15a6fba

Please sign in to comment.