Code layout change.
[wolnelektury.git] / apps / wolnelektury_core / static / scss / main / fragment.scss
diff --git a/apps/wolnelektury_core/static/scss/main/fragment.scss b/apps/wolnelektury_core/static/scss/main/fragment.scss
deleted file mode 100755 (executable)
index 4c765f6..0000000
+++ /dev/null
@@ -1,35 +0,0 @@
-.Fragment-item, .PictureArea-item {
-    @include size(margin-bottom, 20px);
-    @include white-box;
-
-    .fragment {
-        color: black;
-        display: block;
-    }
-    .toggle {
-        @include size(font-size, 11px);
-        display: block;
-        @include size(padding, 5px 0);
-    }
-}
-
-.area {
-    display: block;
-    color: black;
-    background: white;
-    @include size(padding, 30px 20px 20px 20px);
-    position: relative;
-    clear: both;
-
-    .area-thumbnail {
-        display:block;
-        @include size(width, 100px);
-        float: left;
-    }
-
-    .area-description {
-        float: right;
-        @include size(padding, 10px);
-        @include size(width, 256px);
-    }
-}