vb.org Archive

vb.org Archive (https://vborg.vbsupport.ru/index.php)
-   vB5 Design and Graphics Discussions (https://vborg.vbsupport.ru/forumdisplay.php?f=264)
-   -   List setting Css (https://vborg.vbsupport.ru/showthread.php?t=328584)

Kajouka 02-14-2021 12:55 AM

List setting Css
 
So, I have a List in my post with different levels
  • Layer One
    • Layer Two
    • Layer Two
  • Layer One

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?

Seven Skins 02-14-2021 03:06 PM

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;
}


Kajouka 02-19-2021 10:25 PM

unfortunately that didn't quite solve it. It just moved the spacing from the left. The space between lines is still having issues
  • Layer One
    [space here]
    • Layer Two
    • Layer Two
    [space here]
  • Layer One

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},



All times are GMT. The time now is 11:06 PM.

Powered by vBulletin® Version 3.8.12 by vBS
Copyright ©2000 - 2025, vBulletin Solutions Inc.

X vBulletin 3.8.12 by vBS Debug Information
  • Page Generation 0.01054 seconds
  • Memory Usage 1,707KB
  • Queries Executed 10 (?)
More Information
Template Usage:
  • (1)ad_footer_end
  • (1)ad_footer_start
  • (1)ad_header_end
  • (1)ad_header_logo
  • (1)ad_navbar_below
  • (1)bbcode_code_printable
  • (1)bbcode_html_printable
  • (1)footer
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (6)option
  • (1)post_thanks_navbar_search
  • (1)printthread
  • (3)printthreadbit
  • (1)spacer_close
  • (1)spacer_open 

Phrase Groups Available:
  • global
  • postbit
  • showthread
Included Files:
  • ./printthread.php
  • ./global.php
  • ./includes/init.php
  • ./includes/class_core.php
  • ./includes/config.php
  • ./includes/functions.php
  • ./includes/class_hook.php
  • ./includes/modsystem_functions.php
  • ./includes/class_bbcode_alt.php
  • ./includes/class_bbcode.php
  • ./includes/functions_bigthree.php 

Hooks Called:
  • init_startup
  • init_startup_session_setup_start
  • init_startup_session_setup_complete
  • cache_permissions
  • fetch_threadinfo_query
  • fetch_threadinfo
  • fetch_foruminfo
  • style_fetch
  • cache_templates
  • global_start
  • parse_templates
  • global_setup_complete
  • printthread_start
  • bbcode_fetch_tags
  • bbcode_create
  • bbcode_parse_start
  • bbcode_parse_complete_precache
  • bbcode_parse_complete
  • printthread_post
  • printthread_complete