diff options
-rw-r--r-- | config/requirements.txt | 11 | ||||
-rw-r--r-- | design/sass/screenv10.scss | 3 | ||||
-rw-r--r-- | design/templates/base.html | 15 |
3 files changed, 11 insertions, 18 deletions
diff --git a/config/requirements.txt b/config/requirements.txt index c9c8afb..37c323a 100644 --- a/config/requirements.txt +++ b/config/requirements.txt @@ -14,11 +14,8 @@ cssselect2==0.2.1 decorator==4.3.0 defusedxml==0.5.0 Django==3.1 -django-autocomplete-light==3.3.2 -django-bleach==0.3.0 -django-debug-toolbar==2.2 -django-extensions==3.0.4 -django-gravatar2==1.4.2 +django-autocomplete-light +django-bleach django-debug-toolbar django-extensions django-gravatar2 django-ses==0.8.14 django-taggit==1.3.0 django-typogrify==1.3.3 @@ -27,7 +24,7 @@ future==0.18.2 gpxpy==1.3.5 html5lib==1.0.1 idna==2.7 -ipython==7.1.1 +django-taggit ipython ipython-genutils==0.2.0 jedi==0.13.1 Jinja2==2.10 @@ -56,7 +53,7 @@ PyYAML==5.3.1 requests==2.19.1 selectorlib==0.16.0 six==1.11.0 -smartypants==2.0.1 +psycopg2-binary smartypants typogrify sqlparse==0.2.4 tinycss2==0.6.1 traitlets==4.3.2 diff --git a/design/sass/screenv10.scss b/design/sass/screenv10.scss index 6f2af0e..83a9e6f 100644 --- a/design/sass/screenv10.scss +++ b/design/sass/screenv10.scss @@ -108,9 +108,6 @@ object, embed, video, img { max-width: 100%; height: auto; } -audio { - max-width: 100%; -} blockquote { font-size: 22px; font-size: 1.375rem; diff --git a/design/templates/base.html b/design/templates/base.html index 5db71d0..06220ed 100644 --- a/design/templates/base.html +++ b/design/templates/base.html @@ -14,10 +14,9 @@ title="Luxagraf RSS feed" href="https://luxagraf.net/rss/"> {%block stylesheet%}<link rel="stylesheet" - href="/media/screenv10.css{%comment%}?{% now "u" %}{%endcomment%}" + href="/media/screenv11.min.css?{% now "u" %}" media="screen">{%endblock%} <link rel="dns-prefetch" href="https://images.luxagraf.net"> - <link rel="dns-prefetch" href="https://stats.luxagraf.net"> <link rel="shortcut icon" href="/favicon.ico" type="image/x-icon"> <link rel="manifest" href="/manifest.json" /> {%block extrahead%}{%endblock%} @@ -29,9 +28,9 @@ <span class="sitesubtitle">{%block sitesubtitle %}Walk Slowly{% endblock%}</span> </div> <nav> - <a class="nav-item" href="{% url "jrnl:list" %}" title="Stories of life on the road.">Jrnl</a>{%comment%} & <a href="{% url "fieldnotes:list" %}" title="Short stories, snapshots of daily life on the road.">Field Notes</a>{%endcomment%} - <a class="nav-item" href="/friends/" title="Join 'friends of a long year'">Friends</a> - <a class="nav-item" href="/about" title="About Scott">About</a> + <a class="nav-item smcaps" href="{% url "jrnl:list" %}" title="Stories of life on the road.">Jrnl</a>{%comment%} & <a href="{% url "fieldnotes:list" %}" title="Short stories, snapshots of daily life on the road.">Field Notes</a>{%endcomment%} + <a class="nav-item smcaps" href="/friends/" title="Join 'friends of a long year'">Friends</a> + <a class="nav-item smcaps" href="/about" title="About Scott">About</a> </nav> </header> {% block breadcrumbs %}{% endblock %} @@ -40,9 +39,9 @@ {% block disclaimer %}{% endblock%} <footer class="page-footer"> <nav> - <a class="nav-item" href="/blogroll" title="Sites that inspire us">Blogroll</a> - <a class="nav-item" href="/contact/" title="contact luxagraf">Contact</a> - <a class="nav-item" href="/feed.xml" title="RSS feed">RSS</a> + <a class="nav-item smcaps" href="/blogroll" title="Sites that inspire us">Blogroll</a> + <a class="nav-item smcaps" href="/contact/" title="contact luxagraf">Contact</a> + <a class="nav-item smcaps" href="/feed.xml" title="RSS feed">RSS</a> </nav> <p id="license"> © 2003-{% now "Y" %} |