X-Git-Url: https://git.mdrn.pl/wolnelektury.git/blobdiff_plain/57e98a5807465f9494e5006e16860f16abbf4136..faef1a564460905fd4c78953bf2f7023b5a94fc7:/wolnelektury/static/css/base.css?ds=sidebyside diff --git a/wolnelektury/static/css/base.css b/wolnelektury/static/css/base.css index b6395e539..6454e90d3 100755 --- a/wolnelektury/static/css/base.css +++ b/wolnelektury/static/css/base.css @@ -1,8 +1,8 @@ /* Logo font */ @font-face { /* IE version */ - font-family: WL-Logo; - src: url(/static/fonts/WL.eot); + font-family: WL-Nav; + src: url(/static/fonts/WL-Nav.eot); } @font-face { font-family: WL-Nav; @@ -23,7 +23,9 @@ body { /*line-height: 1.4em;*/ } - +a img { + border: 0; +} a { color: #1199a2; /* #01adba; */ text-decoration: none; @@ -152,7 +154,9 @@ h2 { padding: 0; margin: 0; font-size: 1.1em; + column-width: 12em; -moz-column-width: 12em; + -webkit-column-width: 12em; width: 48em; } .hidden-box li { @@ -160,30 +164,6 @@ h2 { } -.see-also { - margin-left: 8em; - float: left; - width: 14.3em; -} -.download { - margin-left: 2em; - float: left; -} - -.see-also, .download { - margin-top: 2em; - margin-bottom: 2em; -} -.see-also h2, .download h2 { - font-size: 1.1em; -} -.see-also ul, .download ul { - list-style: none; - padding: 0; - margin: 0; - font-size: 1.1em; -} - .pagination { display: block; font-size: 1.2em;