diff options
author | Weitian LI <liweitianux@gmail.com> | 2014-06-03 11:28:12 +0800 |
---|---|---|
committer | Weitian LI <liweitianux@gmail.com> | 2014-06-03 11:28:12 +0800 |
commit | dbdec551f234c6dfdb992184b715e9af8462433c (patch) | |
tree | ad9aef4f55bf143cc549e2e347c000df96e75462 /static/css/index.css | |
parent | 2288c7f4dca08aa4519b80ace852be8c0526d992 (diff) | |
download | django-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/css/index.css')
-rw-r--r-- | static/css/index.css | 5 |
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; } + |