diff options
| author | matgic78 <matgic78@gmail.com> | 2009-10-16 18:19:10 +0200 | 
|---|---|---|
| committer | matgic78 <matgic78@gmail.com> | 2009-10-16 18:19:10 +0200 | 
| commit | fdcf95bcd6417a8812b74b87efa7672bfd78d2b1 (patch) | |
| tree | 7e1be76bbc43ae4da47f37f12ce1f27ec45afc72 /data | |
| parent | i18n fixes (diff) | |
| download | rekonq-fdcf95bcd6417a8812b74b87efa7672bfd78d2b1.tar.xz | |
Show homepages titles on tabs ("favorites", "history"...)
Diffstat (limited to 'data')
| -rw-r--r-- | data/home.html | 12 | 
1 files changed, 6 insertions, 6 deletions
| diff --git a/data/home.html b/data/home.html index eddc080a..8b5cf296 100644 --- a/data/home.html +++ b/data/home.html @@ -2,7 +2,7 @@  <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en">  <head> -<title>rekonq home page</title> +<title>%1 - rekonq</title>  <style type="text/css"> @@ -16,7 +16,7 @@ border:0;  }  body{ -background: url(%1/tile.gif) repeat-x #fff; +background: url(%2/tile.gif) repeat-x #fff;  font-family: sans-serif;  font-size: 90%;  text-align: center; @@ -38,7 +38,7 @@ margin-top: 2em;  }  h3{ -background: url(%1/category.png) no-repeat; +background: url(%2/category.png) no-repeat;  padding: 0.2em;  margin-top: 1em;  margin-bottom: 0.5em; @@ -112,7 +112,7 @@ margin-bottom: 3%;  }  .thumbnail object{ -background: url(%1/bg.png) no-repeat; +background: url(%2/bg.png) no-repeat;  text-align: center;  padding: 14px 16px;  -webkit-background-size: 100% 100%; @@ -143,9 +143,9 @@ margin-bottom: 0.5em;  <div id="container">  <div id="navigation"> -%2 +%3  </div> -<div id="content">%3</div> +<div id="content">%4</div>  </div>  </body> | 
