diff options
Diffstat (limited to 'public')
-rw-r--r-- | public/down.default.html | 3 | ||||
-rw-r--r-- | public/stylesheets/main.css | 4 |
2 files changed, 6 insertions, 1 deletions
diff --git a/public/down.default.html b/public/down.default.html index c01e8fa19..ce4887b51 100644 --- a/public/down.default.html +++ b/public/down.default.html @@ -1,6 +1,7 @@ -<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd"> +<!DOCTYPE html> <html lang="en-gb"> <head> + <meta charset="utf-8"> <title> WhatDoTheyKnow - make and browse Freedom of Information (FOI) requests </title> diff --git a/public/stylesheets/main.css b/public/stylesheets/main.css index 1a6aa1d84..2823f3978 100644 --- a/public/stylesheets/main.css +++ b/public/stylesheets/main.css @@ -1743,3 +1743,7 @@ text-decoration:underline; .request_listing a,.body_listing a,.user_listing a,.request_short_listing a,h2 a,.feed_link a { text-decoration:none; } + +.big { + font-size: larger; +} |