From 3917a010b3f86cd09a4569cd890522fd08afea42 Mon Sep 17 00:00:00 2001 From: Ian Prest Date: Mon, 3 Aug 2015 18:15:03 -0400 Subject: [PATCH] Removed background-width field, since it's auto-calculated -- Also updated iandoug's Programmer's Keyboard sample --- kb.html | 13 ------------- samples/pkb.json | 6 ++++-- 2 files changed, 4 insertions(+), 15 deletions(-) diff --git a/kb.html b/kb.html index c844ff9..5cf57d0 100644 --- a/kb.html +++ b/kb.html @@ -564,19 +564,6 @@ Nav Bar / Header - -
- - -
- -
-
-
diff --git a/samples/pkb.json b/samples/pkb.json index 80f8ded..f847ec9 100644 --- a/samples/pkb.json +++ b/samples/pkb.json @@ -2,8 +2,10 @@ { "name": "Programmer's Keyboard 1.90", "author": "Ian Douglas", - "backgroundimage": "bg/wood/Red_Mahogany_Wood.jpg", - "backgroundimagewidth": 1300, + "background": { + "name": "Mahogany Red", + "style" : "background-image: url('/bg/wood/Red_Mahogany_Wood.jpg');" + }, "backgroundradii": "30px 30px 50% 50%", "defaultkeyswitchstyle": "CherryMX", "defaultkeyswitchbrand": "Cherry",