summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJohannes Löthberg <johannes@kyriasis.com>2015-05-02 19:01:34 +0200
committerJohannes Löthberg <johannes@kyriasis.com>2015-05-02 19:01:34 +0200
commit178d76291fd50501092da78bd6cd38fa4b3d0469 (patch)
treeff7db1e9755c979f4de8a049cee1b64b01f217a0
parente7f4a2a58147f7ac194fef408893d388343be479 (diff)
downloadwebsite-178d76291fd50501092da78bd6cd38fa4b3d0469.tar.xz
Make last-updated text smallcaps
-rw-r--r--src/style.css3
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;
}