X-Git-Url: https://git.mdrn.pl/wolnelektury.git/blobdiff_plain/23783edfd0a5d4d8e2dabd7a5f2d51643de099a6..9a7603cfbfdf7c0b4a2210ef454cecf894c5e172:/apps/wolnelektury_core/static/css/main/cite.scss diff --git a/apps/wolnelektury_core/static/css/main/cite.scss b/apps/wolnelektury_core/static/css/main/cite.scss deleted file mode 100755 index 598d21ea8..000000000 --- a/apps/wolnelektury_core/static/css/main/cite.scss +++ /dev/null @@ -1,26 +0,0 @@ -@import "tools"; - -.cite { - display: block; - color: black; - background: white; - @include size-px(padding-top, 30); - @include size-px(padding-bottom, 1); - @include size-px(padding-left, 80); - @include size-px(padding-right, 20); - - blockquote { - padding: 0; - margin: 0; - - p { - margin: 0; - } - } - - .vip { - margin: 0; - color: #575C63; - @include size-px(font-size, 11); - } -}