X-Git-Url: https://git.mdrn.pl/wolnelektury.git/blobdiff_plain/94924a2ca60f4f045c739cdb19d859cdcf8959af..9e020f2a463e49b2aa799d3d3305f82dd01bece1:/wolnelektury/static/css/base.css?ds=sidebyside diff --git a/wolnelektury/static/css/base.css b/wolnelektury/static/css/base.css index 64e390e55..298fd9af3 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 { @@ -178,4 +182,4 @@ h2 { .top-tag-list { margin-top: 2.2em; margin-bottom: 1.6em; -} \ No newline at end of file +}