diff options
author | Andrea Diamantini <adjam7@gmail.com> | 2010-04-14 16:00:29 +0200 |
---|---|---|
committer | Andrea Diamantini <adjam7@gmail.com> | 2010-04-14 16:00:29 +0200 |
commit | 22e9045e3f04d0e5f566ada2e06d3ba4aa609d66 (patch) | |
tree | 157d36db832abab82e069bc2bd8d2017769af687 | |
parent | Proper solutions are always the best ones :) (diff) | |
download | rekonq-22e9045e3f04d0e5f566ada2e06d3ba4aa609d66.tar.xz |
Fix default css
-rw-r--r-- | src/data/default.css | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/data/default.css b/src/data/default.css index 47c8e93d..3ddd3026 100644 --- a/src/data/default.css +++ b/src/data/default.css @@ -5,4 +5,6 @@ setting a local stylesheet in rekonq config */ /* Set background color to white for sites forgetting this */ +body{ background-color:#FFFFFF; +}
\ No newline at end of file |