X-Git-Url: https://git.mdrn.pl/wolnelektury.git/blobdiff_plain/e7ef95e5867bba96cb445fef0d8932ab5ed6c938..d0072de89eb395f99aedcdf7804e48b547cbbeca:/wolnelektury/static/css/base.css diff --git a/wolnelektury/static/css/base.css b/wolnelektury/static/css/base.css index ea729b48c..a188285e2 100755 --- a/wolnelektury/static/css/base.css +++ b/wolnelektury/static/css/base.css @@ -36,12 +36,12 @@ h1 { } .left-column { - width: 48em; + width: 47em; float: left; } .right-column { float:right; - width: 48em; + width: 47em; } .normal-text { font-size: 1.3em; @@ -57,7 +57,7 @@ h2 { .mono { font-family: "Andale Mono", "Lucida Sans Typewriter", "Courier New"; - font-weight: bold; +/* font-weight: bold; */ } .accent1 { @@ -136,22 +136,6 @@ h2 { } -a.cite { - display: block; - color: black; - background: white; - padding: 3em 2em .1em 8em; -} -.cite-body { - font-size: 1.8em; - line-height: 1.3em; -} -.cite p { - color: #444; - font-size: 1.1em; - margin-top: 1.6em; -} - .see-also { margin-left: 8em; float: left;