From 663cc869ed624a63c6469c4812a60498b1dfb920 Mon Sep 17 00:00:00 2001 From: "Schanzenbach, Martin" Date: Sat, 16 Feb 2019 13:02:29 +0100 Subject: modify profile link hover --- styles.css | 3 ++- team.html.j2 | 1 + tutorial-macos.html.j2 | 3 +-- 3 files changed, 4 insertions(+), 3 deletions(-) diff --git a/styles.css b/styles.css index 08c4e004..a78357a1 100644 --- a/styles.css +++ b/styles.css @@ -133,7 +133,8 @@ h6.description { width: 30px; height: 30px; text-align: center; - border: 1px solid #88C425; + /*border: 1px solid #88C425;*/ + color: #88C425; margin: 2px; padding: 5px; display: inline-block; diff --git a/team.html.j2 b/team.html.j2 index 99ff04ad..5351c796 100644 --- a/team.html.j2 +++ b/team.html.j2 @@ -85,6 +85,7 @@ Martin Schanzenbach

Martin Schanzenbach

diff --git a/tutorial-macos.html.j2 b/tutorial-macos.html.j2 index fec2850b..df0ff757 100644 --- a/tutorial-macos.html.j2 +++ b/tutorial-macos.html.j2 @@ -23,7 +23,7 @@

- $ sudo brew install git autoconf automake gcc gettext gnutls jansson libextractor libgcrypt libffi libidn2 libmicrohttpd libmpc libtool libunistring pkg-config unbound + $ sudo brew install git autoconf automake glpk gettext gnutls jansson libextractor libgcrypt libffi libidn2 libmicrohttpd libmpc libtool libunistring pkg-config unbound

{{ _("Make an installation directory") }}

@@ -84,7 +84,6 @@ $ cd ~/gnunet_src
$ ./bootstrap
- $ export CC=gcc-8 $ export GNUNET_PREFIX=~/gnunet
$ ./configure --prefix=$GNUNET_PREFIX --disable-documentation
-- cgit v1.2.3