diff options
Diffstat (limited to 'data/home.html')
-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> |