diff options
Diffstat (limited to 'docker/tbp/visitlog/style.css')
-rw-r--r-- | docker/tbp/visitlog/style.css | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/docker/tbp/visitlog/style.css b/docker/tbp/visitlog/style.css new file mode 100644 index 0000000..57c7e97 --- /dev/null +++ b/docker/tbp/visitlog/style.css @@ -0,0 +1,10 @@ + +h1 { + text-transform: capitalize; +} + +h2,h3,tr { + text-transform: capitalize; +} + + |