aboutsummaryrefslogtreecommitdiff
path: root/html/base.css
diff options
context:
space:
mode:
Diffstat (limited to 'html/base.css')
-rw-r--r--html/base.css7
1 files changed, 7 insertions, 0 deletions
diff --git a/html/base.css b/html/base.css
index 4575b10..df6213a 100644
--- a/html/base.css
+++ b/html/base.css
@@ -96,3 +96,10 @@ div.top_line {
height: var(--line-height);
background: linear-gradient(transparent, #555);
}
+
+.text_center {
+ text-align: center;
+}
+.text_right {
+ text-align: right;
+}