From 21044477a100db1aab3453b988355183f749ae1e Mon Sep 17 00:00:00 2001 From: idoctnef Date: Mon, 13 Jun 2016 19:34:36 +0200 Subject: [PATCH] update --- HTMLfooter.html | 6 +++--- index.html | 6 +++--- own.css | 5 +++++ 3 files changed, 11 insertions(+), 6 deletions(-) diff --git a/HTMLfooter.html b/HTMLfooter.html index 5baac1a..3c29294 100644 --- a/HTMLfooter.html +++ b/HTMLfooter.html @@ -4,9 +4,9 @@ contacta@ivardia.org
- - - + + +

Enllaços

diff --git a/index.html b/index.html index 41d8c8c..e1a1984 100644 --- a/index.html +++ b/index.html @@ -43,9 +43,9 @@
- - - + + +
TEASER diff --git a/own.css b/own.css index 42b34d4..06809f9 100644 --- a/own.css +++ b/own.css @@ -222,6 +222,7 @@ body { color: #ffffff; font-weight: bold; font-size: 18px; + cursor: pointer; } .temp-marge1{ @@ -516,3 +517,7 @@ body { vertical-align: top; padding-bottom: 40px; } + +.own-inlineBlock{ + display: inline-block!important; +}