The Arcive of vBulletin Modifications Site. |
|
|
#1
|
|||
|
|||
|
Is there a way to add a line under each entry in the Activity Stream, to separate it from the one below? So far, the only thing I've managed to do, is to add a border around each entry, but it looks kind of silly in that way.
You may have a look here: http://forum.m1911.org/activity.php I would prefer if I could add a simple <hr> there, but that means changing all the activity templates. |
|
#2
|
||||
|
||||
|
You have:
HTML Code:
li.activitybit {
...
border:1px solid #000000;
...
HTML Code:
li.activitybit {
border: none;
border-bottom:1px solid #000000;
}
|
|
#3
|
|||
|
|||
|
You are a life saver! Thank you!
|
![]() |
|
|
| X vBulletin 3.8.12 by vBS Debug Information | |
|---|---|
|
|
More Information |
|
|
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|