From 4e0a6aa7e5646224b1876d6c13f9fc059440aa02 Mon Sep 17 00:00:00 2001 From: Andrei Picus Date: Mon, 30 Jun 2014 13:20:05 +0300 Subject: [PATCH 1/2] Remove bg elements from demo page #5 --- index.html | 13 ------------- 1 file changed, 13 deletions(-) diff --git a/index.html b/index.html index 1f95dee..d020d64 100644 --- a/index.html +++ b/index.html @@ -44,14 +44,6 @@

I'm a fsortable. I can hold 5 items.

-
-
1
-
2
-
3
-
4
-
5
-
-
@@ -63,11 +55,6 @@

I'm a connected fsortable. I can hold 3 items.

-
-
1
-
2
-
3
-
b
From 68c286debc889a2ca8dbdecb84d154521b90ac0c Mon Sep 17 00:00:00 2001 From: Andrei Picus Date: Mon, 30 Jun 2014 13:20:19 +0300 Subject: [PATCH 2/2] Remove bg style rules #5 --- stylesheets/demo.css | 18 ------------------ 1 file changed, 18 deletions(-) diff --git a/stylesheets/demo.css b/stylesheets/demo.css index 1d84d66..77c1272 100644 --- a/stylesheets/demo.css +++ b/stylesheets/demo.css @@ -10,24 +10,6 @@ margin-bottom: 25px; } -.bg { - position: absolute; - left: 0; - top: 0; - z-index: -1; -} - -.bg div { - float: left; - height: 20px; - width: 20px; - border: 1px solid #aaa; - padding: 20px; - margin: 10px; - text-align: center; - opacity: 0.4; -} - .fs { position: absolute; left: 0;