summaryrefslogtreecommitdiff
path: root/static/css/guestbook.css
diff options
context:
space:
mode:
Diffstat (limited to 'static/css/guestbook.css')
-rw-r--r--static/css/guestbook.css16
1 files changed, 16 insertions, 0 deletions
diff --git a/static/css/guestbook.css b/static/css/guestbook.css
new file mode 100644
index 0000000..6241717
--- /dev/null
+++ b/static/css/guestbook.css
@@ -0,0 +1,16 @@
+.entry {
+ margin-bottom: 10px;
+ border: 1px solid var(--border-color);
+
+ padding: 10px;
+ max-width: 700px;
+}
+
+.entry-name {
+ font-weight: bold;
+}
+
+.entry-message {
+ margin-left: 20px;
+ white-space: pre-wrap;
+}