Welcome to Geeklog, Anonymous Tuesday, November 26 2024 @ 11:35 pm EST
Geeklog Forums
Please help to Unbullet event list in side block
Bocca
Anonymous
How to unbullet ( remove the bullets ) from the list of Events appearing in the side panel ( right or left block ) ?
I pored over the css file and .thtml files for the last two days but in vain - any prompt help will be very greatly appreciated.
I pored over the css file and .thtml files for the last two days but in vain - any prompt help will be very greatly appreciated.
18
16
Quote
Status: Banned
machinari
Forum User
Full Member
Registered: 03/22/04
Posts: 1512
try this bit of CSS
this will affect all list elements governed by the style sheet. it would be more prudent to apply this rule to a class and then apply that class to the UL or OL that you have in question.
Text Formatted Code
li {list-style: none;}this will affect all list elements governed by the style sheet. it would be more prudent to apply this rule to a class and then apply that class to the UL or OL that you have in question.
10
13
Quote
Status: offline
Dirk
Site Admin
Admin
Registered: 01/12/02
Posts: 13073
Location:Stuttgart, Germany
In Geeklog 1.3.10, all the lists created by Geeklog have a class name attached. For the events lists, those are class="list-site-events" and class="list-personal-events".
So if you only apply the above CSS rule for those classes, all the other lists would be unaffected.
bye, Dirk
So if you only apply the above CSS rule for those classes, all the other lists would be unaffected.
bye, Dirk
13
11
Quote
Bocca
Anonymous
Thanks
But however the bullet goes but the indentation remains. Is there any way to just align them in the same line as the block titles ?
But however the bullet goes but the indentation remains. Is there any way to just align them in the same line as the block titles ?
8
13
Quote
Status: Banned
machinari
Forum User
Full Member
Registered: 03/22/04
Posts: 1512
Text Formatted Code
ul {list-style-position: inside;}http://www.w3schools.com/css/default.asp
11
13
Quote
All times are EST. The time is now 11:35 pm.
- Normal Topic
- Sticky Topic
- Locked Topic
- New Post
- Sticky Topic W/ New Post
- Locked Topic W/ New Post
- View Anonymous Posts
- Able to post
- Filtered HTML Allowed
- Censored Content