This is an automated email from the git hooks/post-receive script. It was
generated because a ref change was pushed to the repository containing
the project "FusionForge".
The branch, master has been updated
via 929cbb24ef553ef467691d4d584364482f783659 (commit)
from 56a21f28408cbe6be75ba1f2033f056fec8bc3e4 (commit)
Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.
- Log -----------------------------------------------------------------
https://scm.fusionforge.org/anonscm/gitweb/?p=fusionforge/fusionforge.git;a=commitdiff;h=929cbb24ef553ef467691d4d584364482f783659
commit 929cbb24ef553ef467691d4d584364482f783659
Author: Franck Villaume <[email protected]>
Date: Fri May 21 16:42:44 2021 +0200
fix double definition
diff --git a/src/www/themes/funky/css/theme.css
b/src/www/themes/funky/css/theme.css
index 3ca27db..5383581 100644
--- a/src/www/themes/funky/css/theme.css
+++ b/src/www/themes/funky/css/theme.css
@@ -386,12 +386,14 @@ header .skipLink:focus {
}
.innertabs .tabGenerator .tg-middle span:hover {
- background-color: white;
+ background-color: white;
}
+
.innertabs .tabGenerator .tg-middle span.selected {
background-color: white;
text-shadow: 1px 1px white;
}
+
.innertabs .tabGenerator .tg-middle span span {
display: inline;
vertical-align: middle;
@@ -431,9 +433,11 @@ header .skipLink:focus {
transition-property: background;
transition-duration: 0.3s;
}
+
.innertabs .tabGenerator .tg-middle:first-child a {
border-left: 1px solid white;
}
+
.innertabs .tabGenerator td a {
width: 100%;
}
@@ -443,13 +447,13 @@ header .skipLink:focus {
color: black;
height: auto;
}
+
.innertabs .tabGenerator .tg-middle span.selected span {
background: none;
text-shadow: 1px 1px white;
color: black;
height: auto;
background-color: white;
- text-shadow: 1px 1px white;
}
.innertabs .tabGenerator .tg-right span.selected span {
-----------------------------------------------------------------------
Summary of changes:
src/www/themes/funky/css/theme.css | 8 ++++++--
1 file changed, 6 insertions(+), 2 deletions(-)
hooks/post-receive
--
FusionForge
_______________________________________________
Fusionforge-commits mailing list
[email protected]
http://lists.fusionforge.org/cgi-bin/mailman/listinfo/fusionforge-commits