summaryrefslogtreecommitdiff
path: root/talerblog/blog/templates/base.html
diff options
context:
space:
mode:
Diffstat (limited to 'talerblog/blog/templates/base.html')
-rw-r--r--talerblog/blog/templates/base.html10
1 files changed, 10 insertions, 0 deletions
diff --git a/talerblog/blog/templates/base.html b/talerblog/blog/templates/base.html
index 523e86d..ceb12c5 100644
--- a/talerblog/blog/templates/base.html
+++ b/talerblog/blog/templates/base.html
@@ -21,6 +21,16 @@
<link rel="stylesheet" type="text/css" href="{{ url_for('static', filename='web-common/pure.css') }}" />
<link rel="stylesheet" type="text/css" href="{{ url_for('static', filename='web-common/demo.css') }}" />
<link rel="stylesheet" type="text/css" href="{{ url_for('static', filename='web-common/taler-fallback.css') }}" id="taler-presence-stylesheet" />
+ <style>
+ .warn {
+ border-left: 0.3em solid #aa3939;
+ padding: 1em;
+ }
+ .notice {
+ border-left: 0.3em solid #033;
+ padding: 1em;
+ }
+ </style>
{% block styles %}{% endblock %}
{% block scripts %}{% endblock %}
</head>