Initial version of mod detail pages

This commit is contained in:
Andrew Miner
2015-01-29 10:04:11 -08:00
parent 71b25a8a16
commit 332f64abea
22 changed files with 392 additions and 111 deletions
+13
View File
@@ -0,0 +1,13 @@
//-
//- Crafting Guide - item.jade
//-
//- Copyright (c) 2015 by Redwood Labs
//- All rights reserved.
//-
.view__item
a
table
tr
td.itemIcon: img
td.itemName(width="*")
+12 -3
View File
@@ -6,7 +6,16 @@
//-
.view__mod_page
h1
.sidebar
.titleImage: img
select.version
a.homePage: p Offical Home Page
.recipes
h2 Recipes
.mainBody
h1.name
.byline: p
.description: p
.section.items
h2 Items
.panel