Skip to content

Commit

Permalink
Added header block to layout and borders to jade 10x10
Browse files Browse the repository at this point in the history
  • Loading branch information
guyellis committed Apr 3, 2014
1 parent c0a7638 commit 99bed42
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 2 deletions.
1 change: 1 addition & 0 deletions views/layout.jade
Expand Up @@ -5,6 +5,7 @@ html
link(rel='stylesheet', href='/stylesheets/style.css')
link(rel='stylesheet', href='/css/bootstrap.min.css')
link(rel='stylesheet', href='/css/bootstrap-theme.min.css')
block header

body
block content
7 changes: 5 additions & 2 deletions views/tenbyten/10x10.jade
@@ -1,7 +1,10 @@
extends ../layout
block header
style.
body {font-size: 30px;}
th,td {text-align: right;}
block content
h1 Ten by Ten
table.table
table.table.table-bordered
- for ( var row=0; row<10; row++)
tr
- for(var col=0; col<10; col++)
Expand Down

0 comments on commit 99bed42

Please sign in to comment.