diff options
author | Andrea Diamantini <adjam7@gmail.com> | 2012-05-11 01:28:39 +0200 |
---|---|---|
committer | Andrea Diamantini <adjam7@gmail.com> | 2012-05-15 09:53:43 +0200 |
commit | 014f52b2f54f8b655acac4d973d8a5ef9deefde1 (patch) | |
tree | 5fc399fd9370a10cce99d553ad3cb45c393dcbf2 | |
parent | move left modify action in favorites to be the update one (diff) | |
download | rekonq-014f52b2f54f8b655acac4d973d8a5ef9deefde1.tar.xz |
No more lined titles in history and tabs pages
-rw-r--r-- | src/data/home.html | 11 |
1 files changed, 4 insertions, 7 deletions
diff --git a/src/data/home.html b/src/data/home.html index 082191c4..5c2b78e1 100644 --- a/src/data/home.html +++ b/src/data/home.html @@ -42,9 +42,8 @@ margin: 0 1% 2% 1%; } h3 { -border-bottom-width: 1px; --webkit-border-image: url(%2/pics/category.png) 1 1 1 1 stretch stretch; -padding: 0.2em; margin: 1.5em 0 0.5em; +padding: 0.2em; +margin: 1.5em 0 0.5em; font: normal bold 1em; } @@ -75,9 +74,7 @@ width: 15%; } #navigation { -/* -webkit-border-image: url(%2/pics/bg2.png) 12 12 12 12 stretch stretch; */ display: table; -/* border-width: 5px; */ margin-left: auto; margin-right: auto; } @@ -187,8 +184,8 @@ color:#3F7AB7; /* General */ .folder { -margin-left: 2em; -margin-bottom: 0.5em; +margin-left: 4em; +margin-bottom: 1em; } /* -------------------------------------------------------- */ |