The Arcive of Official vBulletin Modifications Site.It is not a VB3 engine, just a parsed copy! |
|
#1
|
||||
|
||||
List setting Css
So, I have a List in my post with different levels
And on VB3 (like this form) it looks great with single spacing. On VB5 it double spaces when I go from Layer one to two, or back and it looks really terrible. Does anyone know where in the CSS I can fix this to look like it did on VB3? |
#2
|
||||
|
||||
Add this to css_additional.css template
HTML Code:
.b-post__content .restore ol, .b-post__content .restore ul, .b-post__content .restore dl { margin-left: 0.75em; } |
#3
|
||||
|
||||
unfortunately that didn't quite solve it. It just moved the spacing from the left. The space between lines is still having issues
It's giving me 'double space' between the layers, where I typed space here. EDIT Solved it. this works: Code:
.b-post__content .restore ol, .b-post__content .restore ul {margin-top: 0px; margin-bottom: 0px}, |
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
More Information | |
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|