summaryrefslogtreecommitdiffstats
path: root/web/input/resources/plugins.css
diff options
context:
space:
mode:
authorHolger Weiss <holger@zedat.fu-berlin.de>2013-10-13 23:46:55 (GMT)
committerHolger Weiss <holger@zedat.fu-berlin.de>2013-10-13 23:46:55 (GMT)
commitecd1edf23b263e5a88107179489b433742fb17c9 (patch)
tree6dedda8b5a155ec95be8db72e53b72e0ba48a9e8 /web/input/resources/plugins.css
parentcc385d0de440e66615d3488850d11f0eee44a9b4 (diff)
downloadsite-ecd1edf23b263e5a88107179489b433742fb17c9.tar.gz
Add an actual News page
Initial support for News pages had been committed already, this commit completes that support and adds an actual News page. News pages (with up to ten articles) are auto-created from any pages that have the "date" attribute set.
Diffstat (limited to 'web/input/resources/plugins.css')
-rw-r--r--web/input/resources/plugins.css6
1 files changed, 6 insertions, 0 deletions
diff --git a/web/input/resources/plugins.css b/web/input/resources/plugins.css
index 552284f..7b44e7a 100644
--- a/web/input/resources/plugins.css
+++ b/web/input/resources/plugins.css
@@ -132,3 +132,9 @@ div#breadcrumb a:hover,
132div#footer a:hover { 132div#footer a:hover {
133 border-bottom: 1px solid #696969; 133 border-bottom: 1px solid #696969;
134} 134}
135
136p#news-footer {
137 color: #696969;
138 text-align: center;
139 font-size: small;
140}