summaryrefslogtreecommitdiff
path: root/www/css
diff options
context:
space:
mode:
authorIan C <ianc@noddybox.co.uk>2018-06-25 21:02:25 +0000
committerIan C <ianc@noddybox.co.uk>2018-06-25 21:02:25 +0000
commit52d3b59d43d1c4894a38d47b9606c0f1cff95156 (patch)
tree55e923759a23288b4bda2c5f24541659c48c0508 /www/css
parent22e2906e30fde29271b1a0f1db08023551b9d8ec (diff)
Added group parameter to PHP pages and started on Load functionality.
Diffstat (limited to 'www/css')
-rw-r--r--www/css/main.css3
1 files changed, 1 insertions, 2 deletions
diff --git a/www/css/main.css b/www/css/main.css
index abc572b..558da6c 100644
--- a/www/css/main.css
+++ b/www/css/main.css
@@ -4,11 +4,10 @@ body
font-size: large;
}
-span.smalltext
+.smalltext
{
font-size: small;
}
-
/* vim: sw=4 ts=4
*/