summaryrefslogtreecommitdiffstats
path: root/static
diff options
context:
space:
mode:
authorLudovic Courtès <ludo@gnu.org>2021-04-14 17:09:18 +0200
committerLudovic Courtès <ludo@gnu.org>2021-04-14 17:10:16 +0200
commitd71ba6e792257422d9df06ffcdbc148267975d50 (patch)
treed5df373f6d289cb2d068b5f99753aa95e964e188 /static
parentsoftware: Add Marius Bakke to Guix. (diff)
License under CC-BY-SA 4.0 and mention it in the footer.
* haunt.scm (base-layout): Mention license in the footer. * static/css/main.css (#footer-box): Tweak.
Diffstat (limited to 'static')
-rw-r--r--static/css/main.css5
1 files changed, 3 insertions, 2 deletions
diff --git a/static/css/main.css b/static/css/main.css
index a1eddf6..c026bda 100644
--- a/static/css/main.css
+++ b/static/css/main.css
@@ -273,13 +273,14 @@ hr {
273 width: 100%; 273 width: 100%;
274 margin: auto; 274 margin: auto;
275 text-align: center; 275 text-align: center;
276 color: #333333; 276 color: #555;
277 font-size: 0.8rem; 277 font-size: 0.8rem;
278} 278}
279 279
280#footer-box p { 280#footer-box p {
281 max-width: 100%; 281 max-width: 100%;
282 text-align: center; 282 text-align: center;
283 line-height: 1.4em;
283} 284}
284 285
285h1 { 286h1 {
@@ -391,5 +392,5 @@ ul.members li.person + li.person {
391 margin-left: 1em; 392 margin-left: 1em;
392} 393}
393 394
394#footer-box a { color: #333333; } 395#footer-box a { color: #333333; border-width: 1px; }
395#footer-box a:visited { color: #333333; } 396#footer-box a:visited { color: #333333; }