summaryrefslogtreecommitdiff
path: root/data
diff options
context:
space:
mode:
authorAndrea Diamantini <adjam7@gmail.com>2009-10-02 00:31:32 +0200
committerAndrea Diamantini <adjam7@gmail.com>2009-10-02 00:31:32 +0200
commit2e68daf1a6c8da0a2c49bcdae9a97588ced95444 (patch)
tree5dbbfce08fa5b4bc7fabd46aed7309afd3770531 /data
parentChanged the preferred websites titles a bit (diff)
downloadrekonq-2e68daf1a6c8da0a2c49bcdae9a97588ced95444.tar.xz
Changing page layout (more to come..)
Diffstat (limited to 'data')
-rw-r--r--data/home.html12
1 files changed, 6 insertions, 6 deletions
diff --git a/data/home.html b/data/home.html
index c0d71f21..1c9cf733 100644
--- a/data/home.html
+++ b/data/home.html
@@ -32,24 +32,24 @@ color: #3F7AB7;
/* page sections */
#container {
-width: 85%;
+width: 90%;
margin: auto;
}
#header{
-width: 95%;
+/* width: 95%; */
text-align:right;
}
#navigation {
-width: 95%;
-background: #3F7AB7;
+/* width: 95%; */
+/* background: #3F7AB7; */
margin: 2em 0;
}
#content {
-width: 100%;
+/* width: 100%; */
text-align: left;
}
@@ -70,7 +70,7 @@ padding: 0 1em;
}
div#navigation a{
-color:#FFF;
+/* color:#FFF; */
font: normal bold 1.2em/2.5em arial,sans-serif;
}