diff --git a/pastebin/templates/pastebin/geometry.html b/pastebin/templates/pastebin/geometry.html index 3c1069c..36d91c4 100644 --- a/pastebin/templates/pastebin/geometry.html +++ b/pastebin/templates/pastebin/geometry.html @@ -16,7 +16,7 @@ - + +{% endblock %} + + {% block content %}
diff --git a/static_common/css/.sass-cache/f53c1705a15959a64769813fc563b96b80a1c70a/layout.scssc b/static_common/css/.sass-cache/f53c1705a15959a64769813fc563b96b80a1c70a/layout.scssc deleted file mode 100644 index 8835a21..0000000 Binary files a/static_common/css/.sass-cache/f53c1705a15959a64769813fc563b96b80a1c70a/layout.scssc and /dev/null differ diff --git a/static_common/css/layout.css b/static_common/css/layout.css index 4d45b4d..26f5caa 100644 --- a/static_common/css/layout.css +++ b/static_common/css/layout.css @@ -47,6 +47,8 @@ .textcontainer .pure-form .errorlist { list-style: none; color: #e9322d; } + .textcontainer .pure-form .browsebutton { + font-size: 85%; } .button-green { background-color: #1CB841; diff --git a/static_common/css/layout.scss b/static_common/css/layout.scss index 61058da..bb9cdda 100644 --- a/static_common/css/layout.scss +++ b/static_common/css/layout.scss @@ -64,6 +64,10 @@ list-style: none; color: #e9322d; } + + .browsebutton { + font-size: 85%; + } } }