# HG changeset patch # User Christophe Lincoln # Date 1211041029 -7200 # Node ID ccb81974c97866653e84a735d08e35f3c51a4a3e # Parent 7dc1231fd0a7d7f32281c39e46e4e6c5829efe4d firefox: add google search to the webhome page (Thanks Dojan5) diff -r 7dc1231fd0a7 -r ccb81974c978 firefox/stuff/webhome/index.html --- a/firefox/stuff/webhome/index.html Sat May 17 15:35:58 2008 +0200 +++ b/firefox/stuff/webhome/index.html Sat May 17 18:17:09 2008 +0200 @@ -25,34 +25,53 @@

Browse the Web

- -
-
- [ Wikia Search ] - - - - - -
+
+ + + + + + + + + + + + + + + + +
[ Wikia Search ] +
+ + + + + +
+
[ Wikipedia ] +
+ + + +
+
[ Google ] +
+ + +
+
- -
-
- [ Wikipedia ] - - - -
-
-
SliTaz Website - fr_FR | - Handbook | + Handbook | SliTaz Forum
diff -r 7dc1231fd0a7 -r ccb81974c978 firefox/stuff/webhome/style.css --- a/firefox/stuff/webhome/style.css Sat May 17 15:35:58 2008 +0200 +++ b/firefox/stuff/webhome/style.css Sat May 17 18:17:09 2008 +0200 @@ -46,7 +46,7 @@ height: 14px; margin: 0px 100px 0px 100px; /*clear: both;*/ - + } #content li { @@ -144,11 +144,16 @@ margin-top: 12px; } +input[type=text] { + border: 1px inset #666666; +} + input[type=submit] { background: #E5E5E5; color: black; border: 1px outset #111111; font-weight: bold; + font-size: 12px; } input[type=submit]:hover { @@ -156,24 +161,22 @@ color: black; } -/* Packages pages */ +/* Table */ -.pkg_nav { - border-top: 1px solid black; - margin-top: 10px; - padding-top: 10px; +table { + width: variable; + margin-left: auto; + margin-right: auto; } -pre.package { - padding: 0px; - color: black; - background: white; +td { + width: variable; + padding: 6px; } -p.get { - text-align: center; - padding: 10px; - color: black; - background: #F3F3F3; - border: 1px solid #DEDEDE; +th { + width: variable; + + + text-align: right; }