![]() | |
![]() |
| | Thread Tools | Display Modes |
#1
| |||
| |||
|
#2
| |||
| |||
|
|
Hi, I have a Blogger blog at http://veerlesblog.blogspot.com/ for which I used the "Beautifull day" template. When you look at the right, you see 2 lists: one under "Labels" and one under "Blog archief". The listitems of the first list have borders at top and bottom, the listitems of the second list don't. I want the listitems of the second list to have these borders as well, and when I take a look at the css, I don't understand why they don't have the borders. The css that sets the borders applies to both lists I would think: .sidenav ul { padding: 0; border-top: 1px solid #EAEADA; } .sidenav li {border-bottom: 1px solid #EAEADA;} Any idea which part of the css makes that the second list doesn't have the top and bottom borders? |
#3
| |||
| |||
|
|
Hi, I have a Blogger blog at http://veerlesblog.blogspot.com/ for which I used the "Beautifull day" template. When you look at the right, you see 2 lists: one under "Labels" and one under "Blog archief". The listitems of the first list have borders at top and bottom, the listitems of the second list don't. I want the listitems of the second list to have these borders as well, and when I take a look at the css, I don't understand why they don't have the borders. The css that sets the borders applies to both lists I would think: .sidenav ul { padding: 0; border-top: 1px solid #EAEADA; } .sidenav li {border-bottom: 1px solid #EAEADA;} Any idea which part of the css makes that the second list doesn't have the top and bottom borders? Veerle |
#4
| |||
| |||
|
|
"Veerle" <veerleve... (AT) hotmail (DOT) com> wrote in message news:1194254802.510990.218160 (AT) 22g2000hsm (DOT) googlegroups.com... Hi, I have a Blogger blog athttp://veerlesblog.blogspot.com/for which I used the "Beautifull day" template. When you look at the right, you see 2 lists: one under "Labels" and one under "Blog archief". The listitems of the first list have borders at top and bottom, the listitems of the second list don't. I want the listitems of the second list to have these borders as well, and when I take a look at the css, I don't understand why they don't have the borders. The css that sets the borders applies to both lists I would think: .sidenav ul { padding: 0; border-top: 1px solid #EAEADA; } .sidenav li {border-bottom: 1px solid #EAEADA;} Any idea which part of the css makes that the second list doesn't have the top and bottom borders? Install firebug. Fire it up, press the inspect button, hover over the offending li. Find the following: .BlogArchive #ArchiveList ul li { ... border-width: 0pt; ... } -- Richard. |
#5
| |||
| |||
|
|
If you add li.archivedate (border:1px solid #ccc;} |
![]() |
| Thread Tools | |
| Display Modes | |
| |