diff options
Diffstat (limited to 'helpers')
-rw-r--r-- | helpers/DATA/firefox/gnu/abouthome/aboutHome.xhtml | 21 | ||||
-rw-r--r-- | helpers/DATA/firefox/trisquel/abouthome/aboutHome.xhtml | 19 |
2 files changed, 10 insertions, 30 deletions
diff --git a/helpers/DATA/firefox/gnu/abouthome/aboutHome.xhtml b/helpers/DATA/firefox/gnu/abouthome/aboutHome.xhtml index 21e708f..c1acf4a 100644 --- a/helpers/DATA/firefox/gnu/abouthome/aboutHome.xhtml +++ b/helpers/DATA/firefox/gnu/abouthome/aboutHome.xhtml @@ -34,11 +34,6 @@ bottom:2px; left:2px; } -#addonsform form{ -position:relative; -left:10px; -} - em { color:#600 } @@ -47,14 +42,6 @@ a{ color:#004998 } -#addonsform{ -background-color:#fff; -font-size:14px; -padding:10px 30px 20px 30px; -border-radius: 10px; -box-shadow: 0px 0px 5px #888888; -} - .block-side-margin { min-width: 16px; -moz-box-flex: 1; @@ -81,6 +68,12 @@ color:#666; text-shadow:0px 1px 0px #fff; } +.titlelink { +font-weight:bold; +color:#56728C; +text-shadow:0px 1px 0px #fff; +} + #footer{ min-height:100px; } @@ -89,7 +82,7 @@ min-height:100px; </head> - <body dir="&locale.dir;" onload="prepare();"> + <body dir="&locale.dir;"> <div class="spacer"/> diff --git a/helpers/DATA/firefox/trisquel/abouthome/aboutHome.xhtml b/helpers/DATA/firefox/trisquel/abouthome/aboutHome.xhtml index 4cf1dfe..c21b9d7 100644 --- a/helpers/DATA/firefox/trisquel/abouthome/aboutHome.xhtml +++ b/helpers/DATA/firefox/trisquel/abouthome/aboutHome.xhtml @@ -34,11 +34,6 @@ bottom:2px; left:2px; } -#addonsform form{ -position:relative; -left:10px; -} - em { color:#600 } @@ -47,14 +42,6 @@ a{ color:#004998 } -#addonsform{ -background-color:#fff; -font-size:14px; -padding:10px 30px 20px 30px; -border-radius: 10px; -box-shadow: 0px 0px 5px #888888; -} - .block-side-margin { min-width: 16px; -moz-box-flex: 1; @@ -81,7 +68,7 @@ color:#666; text-shadow:0px 1px 0px #fff; } -#trisquel a { +.titlelink { font-weight:bold; color:#56728C; text-shadow:0px 1px 0px #fff; @@ -95,7 +82,7 @@ min-height:100px; </head> - <body dir="&locale.dir;" onload="prepare();"> + <body dir="&locale.dir;"> <div class="spacer"/> @@ -116,7 +103,7 @@ min-height:100px; <div class="spacer"/> <div id="footer" style=" display: -moz-box; -moz-box-align: center; -moz-box-pack: center; width: 100%; background-color: hsla(0,0%,0%,.03); border-top: 1px solid hsla(0,0%,0%,.03); box-shadow: 0 2px 5px hsla(0,0%,0%,.1) inset, 0 -1px 0 hsla(0,0%,100%,.25);"> -<p id="trisquel"><a href="https://trisquel.info">Trisquel GNU/Linux</a>:</p> +<p ><a class="titlelink" href="https://trisquel.info">Trisquel GNU/Linux</a>:</p> <ul style="font-size:0.8em"> <li><a href="https://trisquel.info/forum">Forum</a></li> <li><a href="https://trisquel.info/wiki">Wiki</a></li> |