summaryrefslogtreecommitdiff
path: root/data
diff options
context:
space:
mode:
authorAndrea Diamantini <adjam7@gmail.com>2009-09-14 16:08:00 +0200
committerAndrea Diamantini <adjam7@gmail.com>2009-09-14 18:36:48 +0200
commit5b9c9769b2e229e7e10c2d009d44bbada490e28f (patch)
tree08bfbc24818de59c3e304f530893cb531126a408 /data
parentGoogle search engine (diff)
downloadrekonq-5b9c9769b2e229e7e10c2d009d44bbada490e28f.tar.xz
Some CSS fixes
Diffstat (limited to 'data')
-rw-r--r--data/home.html8
1 files changed, 3 insertions, 5 deletions
diff --git a/data/home.html b/data/home.html
index 3b48b0eb..0471e3a6 100644
--- a/data/home.html
+++ b/data/home.html
@@ -36,11 +36,9 @@ clear: right;
}
.block {
-background-color: orange;
-border-width: 2px;
-border-style: solid;
-border-color: black;
-padding: 10px;
+background-color: #FFA500;
+border: 2px solid #000000;
+padding: 0.5em;
margin:15px;
font-weight: bold;
color: white;