From dbdec551f234c6dfdb992184b715e9af8462433c Mon Sep 17 00:00:00 2001 From: Weitian LI Date: Tue, 3 Jun 2014 11:28:12 +0800 Subject: Show latest import notice at index page. * added 'page.views.IndexView' for 'django_skaschool.urls * updated 'index.html' to display notice at bottom * added '.smallcaps' in 'index.css' for English title --- static/css/index.css | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'static/css/index.css') diff --git a/static/css/index.css b/static/css/index.css index 6a2d573..1858ee6 100644 --- a/static/css/index.css +++ b/static/css/index.css @@ -95,7 +95,12 @@ border-color: #E5E5E5; } +.smallcaps { + font-variant: small-caps; +} + footer { color: #CCCCCC; } + -- cgit v1.2.2