aboutsummaryrefslogtreecommitdiffstats
path: root/english/debhome.css
diff options
context:
space:
mode:
authorDavid Prévot <taffit>2011-07-06 02:01:15 +0000
committerDavid Prévot <taffit>2011-07-06 02:01:15 +0000
commit74d9743c2a3b59eb7ce97b9e20208f92524939af (patch)
tree2f225ad45b0a4f4953090224d72d99a1153196c0 /english/debhome.css
parent9be4d1f91fd5edf4453838a032949ea2171c606c (diff)
Get rid of a useless pictures [ Simon Paillard ]
CVS version numbers english/debhome.css: 1.2 -> 1.3
Diffstat (limited to 'english/debhome.css')
-rw-r--r--english/debhome.css21
1 files changed, 15 insertions, 6 deletions
diff --git a/english/debhome.css b/english/debhome.css
index 34e3038c464..1634e37e4fb 100644
--- a/english/debhome.css
+++ b/english/debhome.css
@@ -127,9 +127,12 @@ ul#hometoc-cola, ul#hometoc-colb,ul#hometoc-colc, ul#hometoc-cold, ul#hometoc-co
height: 12em; /* Update when adding items */
margin:0 1% 0 0;
padding: 0;
- background-position: bottom left;
+/* Patch Simon Paillard to get rid of useless pictures, do it css */
+ border-bottom: dotted red;
+ border-width: 1px;
+/* background-position: bottom left;
background-repeat: repeat-x;
- background-image: url('Pics/reddot.png');
+ background-image: url('Pics/reddot.png'); */
list-style: none;
}
ul#hometoc-cole {
@@ -173,18 +176,24 @@ li.sponsorbutton {
text-align: left;
display: block;
width: 100%;
- background-image: url('/Pics/greydot.png');
+/* Patch Simon Paillard to get rid of useless pictures, do it css */
+ border-top: dotted grey;
+ border-width: 1px;
+/* background-image: url('/Pics/greydot.png');
background-position:top left;
- background-repeat: repeat-x;
+ background-repeat: repeat-x; */
}
.infobar {
margin: 0 0 2em 0;
padding: 0 0 2em 0;
line-height: 1em;
font-size: 0.75em;
- background-image: url('Pics/greydot.png');
+/* Patch Simon Paillard to get rid of useless pictures, do it css */
+ border-bottom: dotted grey;
+ border-width: 1px;
+/* background-image: url('Pics/greydot.png');
background-position: bottom left;
- background-repeat: repeat-x;
+ background-repeat: repeat-x; */
clear: both;
}
div.trans-note {

© 2014-2024 Faster IT GmbH | imprint | privacy policy