diff options
-rw-r--r-- | static/ctimeline.css | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/static/ctimeline.css b/static/ctimeline.css index b513e4d..94eaaed 100644 --- a/static/ctimeline.css +++ b/static/ctimeline.css @@ -64,6 +64,12 @@ td.form input { font-size: 85%; } +.footer { + text-align: center; + font-size: 70%; + color: #ccc; +} + /* ================ The Timeline ================ */ .timeline { |