• Resolved kevinweber

    (@kevinweber)


    Sorry – with my bad Englisch I can’t tell my problem…
    In German:

    Ich habe auf https://kevinweber.bplaced.de/ an meiner Sidebar ein bisschen rumgebastelt. Jetzt sind leider die Aufz?hlzeichen vor den Links weg. Wie bekomme ich die wieder hin? Eigentlich habe ich nichts an der CSS-Datei ge?ndert.
    Bitte irgendetwas, womit ich mein Problem l?sen kann ??

    Der (eventuell) betroffene Teil in der style.css:

    /* Begin Lists
    
    	Special stylized non-IE bullets
    	Do not work in Internet Explorer, which merely default to normal bullets. */
    
    html>body .entry ul {
    	margin-left: 0px;
    	padding: 0 0 0 30px;
    	list-style: none;
    	padding-left: 10px;
    	text-indent: -10px;
    	}
    
    html>body .entry li {
    	margin: 7px 0 8px 10px;
    	}
    
    .entry ul li:before, #sidebar ul ul li:before {
    	content: "0BB 020";
    	}
    
    .entry ol {
    	padding: 0 0 0 35px;
    	margin: 0;
    	}
    
    .entry ol li {
    	margin: 0;
    	padding: 0;
    	}
    
    .postmetadata ul, .postmetadata li {
    	display: inline;
    	list-style-type: none;
    	list-style-image: none;
    	}
    
    #sidebar ul, #sidebar ul ol {
    	margin: 0;
    	padding: 0;
    	}
    
    #sidebar ul li {
    	list-style-type: none;
    	list-style-image: none;
    	margin-bottom: 15px;
    	}
    
    #sidebar ul p, #sidebar ul select {
    	margin: 5px 0 8px;
    	}
    
    #sidebar ul ul, #sidebar ul ol {
    	margin: 5px 0 0 10px;
    	}
    
    #sidebar ul ul ul, #sidebar ul ol {
    	margin: 0 0 0 10px;
    	}
    
    ol li, #sidebar ul ol li {
    	list-style: decimal outside;
    	}
    
    #sidebar ul ul li, #sidebar ul ol li {
    	margin: 3px 0 0;
    	padding: 0;
    	}
    /* End Entry Lists */

    Gru? Kevin

Viewing 1 replies (of 1 total)
  • Thread Starter kevinweber

    (@kevinweber)

    I solved the problem by adding a few words:

    .entry ul li:before, #sidebar ul ul li:before {
    	content: "0BB 020";
    	}

    –>>

    .entry ul li:before, #sidebar ul ul li:before, #sidebar ul li ul li:before {
    	content: "0BB 020";
    	}

Viewing 1 replies (of 1 total)
  • The topic ‘“>>” before links went away’ is closed to new replies.