aboutsummaryrefslogtreecommitdiffstats
path: root/static
diff options
context:
space:
mode:
authorWeitian LI <liweitianux@gmail.com>2014-06-03 11:28:12 +0800
committerWeitian LI <liweitianux@gmail.com>2014-06-03 11:28:12 +0800
commitdbdec551f234c6dfdb992184b715e9af8462433c (patch)
treead9aef4f55bf143cc549e2e347c000df96e75462 /static
parent2288c7f4dca08aa4519b80ace852be8c0526d992 (diff)
downloaddjango-skaschool-dbdec551f234c6dfdb992184b715e9af8462433c.tar.bz2
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
Diffstat (limited to 'static')
-rw-r--r--static/css/index.css5
1 files changed, 5 insertions, 0 deletions
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;
}
+