X-Git-Url: https://git.mdrn.pl/wolnelektury.git/blobdiff_plain/145bf215dceaee2808be13e45e8c5c09907ecd36..9a7603cfbfdf7c0b4a2210ef454cecf894c5e172:/apps/wolnelektury_core/static/css/main/base.scss diff --git a/apps/wolnelektury_core/static/css/main/base.scss b/apps/wolnelektury_core/static/css/main/base.scss deleted file mode 100755 index 51089817d..000000000 --- a/apps/wolnelektury_core/static/css/main/base.scss +++ /dev/null @@ -1,47 +0,0 @@ -@import "tools"; - - -/* Basic layout */ -html, body { - margin: 0; - padding: 0; -} - - -.clearboth { - clear: both; -} - - - -/* Basic colors and fonts */ -body { - font-family: Georgia; - background: #f7f7f7; - color: black; - - @include size-px(font-size, 13); -} - -a { - color: #0d7e85; - text-decoration: none; - - img { - border: 0; - } -} - -h1 { - @include size-px(font-size, 35); - font-weight: normal; - @include size-px(margin-top, 14); - - a { - color: inherit; - } -} - -.normal-text { - line-height: 1.3em; -}