diff options
| author | Guillaume Horel <guillaume.horel@gmail.com> | 2014-12-04 23:20:24 -0500 |
|---|---|---|
| committer | Guillaume Horel <guillaume.horel@gmail.com> | 2014-12-04 23:20:24 -0500 |
| commit | 7eecc9b3ee32a51c0344cced1a28e3a24cdf3d99 (patch) | |
| tree | 11fd89b9cd4ae92779cd7a2c9695a0290b6f743b /static/main.css | |
| parent | fc1d13902e7c9ddecc6eb58bee88302a8c1aeed9 (diff) | |
| download | famille-flask-7eecc9b3ee32a51c0344cced1a28e3a24cdf3d99.tar.gz | |
update show.html template
Diffstat (limited to 'static/main.css')
| -rw-r--r-- | static/main.css | 8 |
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 |
