diff options
author | Andrea Diamantini <adjam7@gmail.com> | 2009-09-29 13:24:29 +0200 |
---|---|---|
committer | Andrea Diamantini <adjam7@gmail.com> | 2009-09-29 13:24:29 +0200 |
commit | 765d552196d75c22792c1fe073baad64ebe46945 (patch) | |
tree | 915e7de14fcb26f4723ae75f57ecdc4b4c48cf28 /data | |
parent | Initial fixes (diff) | |
download | rekonq-765d552196d75c22792c1fe073baad64ebe46945.tar.xz |
a lot fo changes in the history/bookmarks page (restored initial method rewamped)
Diffstat (limited to 'data')
-rw-r--r-- | data/home.html | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/data/home.html b/data/home.html index e1cd8905..c0d71f21 100644 --- a/data/home.html +++ b/data/home.html @@ -48,9 +48,9 @@ background: #3F7AB7; margin: 2em 0; } -#thumbs { +#content { width: 100%; -text-align: center; +text-align: left; } /* -------------------------------------------------------- */ @@ -107,7 +107,7 @@ text-decoration:none; <div id="container"> <div id="header"><h1>rekonq</h1></div> <div id="navigation">%2</div> -%3 +<div id="content">%3</div> </div> </body> |