mirror of
https://gitdl.cn/https://github.com/chakralinux/desktop.git
synced 2025-01-24 10:32:13 +08:00
24 lines
792 B
Diff
24 lines
792 B
Diff
--- a/src/data/home.html 2012-07-09 18:15:31.000000000 -0400
|
|
+++ b/src/data/home.html 2012-07-20 18:24:19.650246881 -0400
|
|
@@ -35,7 +35,7 @@
|
|
}
|
|
|
|
body {
|
|
- background: url($DEFAULT_PATH/pics/background.png) repeat-y center #fff;
|
|
+ background: url($DEFAULT_PATH/pics/background.png) no-repeat center #fff;
|
|
font-family: 'Nunito', sans-serif;
|
|
font-size: 0.9em;
|
|
border: 0;
|
|
|
|
--- a/src/data/rekonqinfo.html 2012-07-20 18:25:08.594903239 -0400
|
|
+++ b/src/data/rekonqinfo.html 2012-07-20 18:25:21.325242141 -0400
|
|
@@ -35,7 +35,7 @@
|
|
}
|
|
|
|
body{
|
|
- background: url($DEFAULT_PATH/pics/background.png) repeat-y center #bbb;
|
|
+ background: url($DEFAULT_PATH/pics/background.png) no-repeat center #bbb;
|
|
margin:0;
|
|
padding:0;
|
|
font-family: 'Nunito', sans-serif;
|