From 47733b2bbe653c755735a6c2e944deaac88b7f98 Mon Sep 17 00:00:00 2001 From: perploug Date: Mon, 4 Nov 2013 14:58:25 +0100 Subject: [PATCH] starterkits html for installer --- .../steps/Skinning/loadStarterKits.ascx | 57 ++++--------------- .../umbraco_client/Installer/css/all.css | 14 +++++ 2 files changed, 25 insertions(+), 46 deletions(-) diff --git a/src/Umbraco.Web.UI/install/steps/Skinning/loadStarterKits.ascx b/src/Umbraco.Web.UI/install/steps/Skinning/loadStarterKits.ascx index 18787da93d..90278b0992 100644 --- a/src/Umbraco.Web.UI/install/steps/Skinning/loadStarterKits.ascx +++ b/src/Umbraco.Web.UI/install/steps/Skinning/loadStarterKits.ascx @@ -27,61 +27,26 @@ - +
"> diff --git a/src/Umbraco.Web.UI/umbraco_client/Installer/css/all.css b/src/Umbraco.Web.UI/umbraco_client/Installer/css/all.css index b42a10488e..2ebe1dd044 100644 --- a/src/Umbraco.Web.UI/umbraco_client/Installer/css/all.css +++ b/src/Umbraco.Web.UI/umbraco_client/Installer/css/all.css @@ -711,6 +711,20 @@ figure{display: block;} color:#3e0e03; background:url(../images/bul2.gif) no-repeat 0 7px; } + +/* basic starterkit grid*/ +ul.kits { + list-style: none; +} + + +.kits:after { + clear: both; + content:""; + display: block; +} + + /* gallery */ .gallery:after { clear: both;