diff options
author | Johannes Löthberg <johannes@kyriasis.com> | 2015-05-02 19:01:34 +0200 |
---|---|---|
committer | Johannes Löthberg <johannes@kyriasis.com> | 2015-05-02 19:01:34 +0200 |
commit | 178d76291fd50501092da78bd6cd38fa4b3d0469 (patch) | |
tree | ff7db1e9755c979f4de8a049cee1b64b01f217a0 /src | |
parent | e7f4a2a58147f7ac194fef408893d388343be479 (diff) | |
download | website-178d76291fd50501092da78bd6cd38fa4b3d0469.tar.xz |
Make last-updated text smallcaps
Diffstat (limited to 'src')
-rw-r--r-- | src/style.css | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/src/style.css b/src/style.css index 97011ee..4e36e1b 100644 --- a/src/style.css +++ b/src/style.css @@ -184,7 +184,8 @@ tt.literal { } p#last-upd { - font-size: 14px; + font-family: 'Fontin Sans SC'; + font-size: 13px; text-align: right; margin: 0; } |