aboutsummaryrefslogtreecommitdiff
path: root/static/style.css
diff options
context:
space:
mode:
Diffstat (limited to 'static/style.css')
-rw-r--r--static/style.css13
1 files changed, 11 insertions, 2 deletions
diff --git a/static/style.css b/static/style.css
index 14ab1e53..3a116e6a 100644
--- a/static/style.css
+++ b/static/style.css
@@ -722,10 +722,14 @@ along with their colors.
position: absolute;
top: 0;
left: 0;
- background-color: orange;
+ background-color: #dedede;
right: 0;
bottom: 0;
overflow: auto;
+
+ min-width: 100%;
+ min-height: 100%;
+ resize: both;
}
.tpd-content-wrapper {
@@ -744,10 +748,15 @@ along with their colors.
z-index: 1;
}
-script[type="application/calendar+xml"] {
+script[type="application/calendar+xml"], .xcal {
display: block;
font-family: monospace;
font-size: xx-small;
+ padding-left: 1ch;
+}
+
+.html-tag {
+ color: rgb(136, 18, 128);
}
/* vim:expandtab:softtabstop=4:shiftwidth=4: