aboutsummaryrefslogtreecommitdiffstats
path: root/static
diff options
context:
space:
mode:
authorGuillaume Horel <guillaume.horel@gmail.com>2014-12-04 23:20:24 -0500
committerGuillaume Horel <guillaume.horel@gmail.com>2014-12-04 23:20:24 -0500
commit7eecc9b3ee32a51c0344cced1a28e3a24cdf3d99 (patch)
tree11fd89b9cd4ae92779cd7a2c9695a0290b6f743b /static
parentfc1d13902e7c9ddecc6eb58bee88302a8c1aeed9 (diff)
downloadfamille-flask-7eecc9b3ee32a51c0344cced1a28e3a24cdf3d99.tar.gz
update show.html template
Diffstat (limited to 'static')
-rw-r--r--static/main.css8
1 files changed, 8 insertions, 0 deletions
diff --git a/static/main.css b/static/main.css
index 341018a..5dfa186 100644
--- a/static/main.css
+++ b/static/main.css
@@ -7,4 +7,12 @@ body {
border: none !important;
}
+.comment + .comment{
+ border-top: 1px solid rgba(0, 0, 0, 0.1);
+ padding-top: 1em;
+}
+.date {
+ color: rgba(0, 0, 0, 0.6);
+ font-size: 14px;
+} \ No newline at end of file