diff options
author | Andrea Diamantini <adjam7@gmail.com> | 2013-05-21 09:28:45 +0200 |
---|---|---|
committer | Andrea Diamantini <adjam7@gmail.com> | 2013-06-06 23:48:27 +0200 |
commit | 3d0017226abe2f2b42787de12fea2ba7cdc668be (patch) | |
tree | a7bfdf7fd156f127945a8b491d47aa38c0e3c75f /src/data | |
parent | Use webkit general font to render rekonq pages (diff) | |
download | rekonq-3d0017226abe2f2b42787de12fea2ba7cdc668be.tar.xz |
Move from about: to rekonq: protocol for our special links
Diffstat (limited to 'src/data')
-rw-r--r-- | src/data/home.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/data/home.html b/src/data/home.html index 428030c6..70c2c5d7 100644 --- a/src/data/home.html +++ b/src/data/home.html @@ -156,7 +156,7 @@ input { /* -------------------------------------------------------- */ /* Previews */ -#content.favorites, #content.closedTabs, #content.bookmarks { +#content.favorites, #content.closedtabs, #content.bookmarks { text-align: center; } |