aboutsummaryrefslogtreecommitdiff
path: root/public
diff options
context:
space:
mode:
Diffstat (limited to 'public')
-rw-r--r--public/theme/base.css10
1 files changed, 10 insertions, 0 deletions
diff --git a/public/theme/base.css b/public/theme/base.css
index 5e9b1990d..6f1e52fdf 100644
--- a/public/theme/base.css
+++ b/public/theme/base.css
@@ -393,6 +393,16 @@ input {
margin: 10px 0;
}
+.day {
+ height: 50px;
+ padding: 0 10px;
+ font-size: 130%;
+ font-weight: bold;
+ line-height: 50px;
+ border-top: 1px solid #aaa;
+ border-bottom: 1px solid #aaa;
+}
+
.flux {
border-left: 10px solid #aaa;
background: #fafafa;