diff options
Diffstat (limited to 'Just-Read')
-rw-r--r-- | Just-Read/static/css/main.css | 11 | ||||
-rw-r--r-- | Just-Read/templates/archives.html | 2 |
2 files changed, 6 insertions, 7 deletions
diff --git a/Just-Read/static/css/main.css b/Just-Read/static/css/main.css index 3537b3b..049f108 100644 --- a/Just-Read/static/css/main.css +++ b/Just-Read/static/css/main.css @@ -173,13 +173,12 @@ blockquote { margin-left: -12px; padding-left: 6px; } -code, .codehilite { +pre { background: #262626; -webkit-box-shadow: inset 0 0 10px #000000; -moz-box-shadow: inset 0 0 10px #000000; box-shadow: inset 0 0 10px #000000; color: #ffffff; - display: block; margin-left: -24px; font-family: 'Droid Sans Mono', monospace; padding: 24px; @@ -541,8 +540,7 @@ p[role="contentinfo"] { width: 50%; } blockquote, -code, -.codehilite, +pre .post ul, .post ol, p, @@ -601,6 +599,7 @@ p, } } @media screen and (min-width: 55.5em) { + pre, .post > p, .post blockquote, .post ul, @@ -672,9 +671,9 @@ p, margin-bottom: 24px; } code, .codehilite { - line-height: 1.5; font-size: 36px; } + pre, .post > p, .post blockquote, .post ul, @@ -972,4 +971,4 @@ p, .il { color: #514986; } -/* Literal.Number.Integer.Long */
\ No newline at end of file +/* Literal.Number.Integer.Long */ diff --git a/Just-Read/templates/archives.html b/Just-Read/templates/archives.html index e4f26b8..98c8bdb 100644 --- a/Just-Read/templates/archives.html +++ b/Just-Read/templates/archives.html @@ -1,5 +1,5 @@ {% extends "base.html" %} -{% block title %}Archivo - {{ SITENAME }}{% endblock %} +{% block title %}Archive - {{ SITENAME }}{% endblock %} {% block scripts %} <script src="https://ajax.googleapis.com/ajax/libs/jquery/1.7.1/jquery.min.js"></script> |