« Project home page
my little forum
Log in
Register
Search:
Back to the entry by WorldofBB
Post reply
Reply to the message by
WorldofBB
Name:
E-mail:
(optional, won't be displayed directly)
Leave this field empty:
Homepage:
(optional)
Leave this field empty:
Location:
(optional)
Remember me (cookie)
Category:
General
Project organisation
Technics
Design/Themes
Features
Development
Todo
Bugs
German / Deutsch
Spanish / Español
French / Français
Accessibility/UX
Subject:
Formatting help
skip to input
format text bold
[b]bold text[/b]
format text italic
[i]italic text[/i]
insert hyperlink
[link=http://example.com/]link text[/link] / [link]http://example.com/[/link]
set text color
[color=#rgb]colored text[/color]
font size
[size=small]small text[/size]
[size=large]large text[/size]
insert list
[list][*]list item[/list]
insert image
[img]http://example.com/image.jpg[/img]
left: [img=left]http://example.com/image.jpg[/img]
right: [img=right]http://example.com/image.jpg[/img]
thumbnail: [img=thumbnail]http://example.com/image.jpg[/img]
thumbnail left: [img=thumbnail-left]http://example.com/image.jpg[/img]
thumbnail right: [img=thumbnail-right]http://example.com/image.jpg[/img]
upload image
upload image ...
insert TeX code
[tex]TeX code[/tex]
insert code
[inlinecode]code[/inlinecode]
[code]code[/code]
[code=css]code[/code]
[code=html]code[/code]
[code=javascript]code[/code]
[code=perl]code[/code]
[code=php]code[/code]
[code=sql]code[/code]
[code=xml]code[/code]
:-)
;-)
:-P
:-D
:-|
:-(
:yes:
:no:
:ok:
:lol:
:lol2:
:lol3:
:cool:
:surprised:
:angry:
:crying:
:waving:
:confused:
:lookaround:
:clap:
:love:
:tick:
Message:
> I replied to this initially with a suggestion that it might be a local caching issue because I wasn't seeing the issue on your site at first. I deleted my initial reply when I realized my mistake. > > The problem occurs only in thread view, and it affects this site as well. > > https://mylittleforum.net/forum/index.php?mode=thread&id=9738#p12330 > > The problem is because the p.right class is used in [b]entry.inc.tpl[/b], but it isn't used in either thread template: > [b]thread.inc.tpl[/b] > [b]thread_linear.inc.tpl[/b] > > Which is why the padding isn't being applied in either of the thread views. > > [b]shian:[/b] > > As a workaround, you could change line 61 in [b]style.min.css[/b] to this: > > [inlinecode]p.right a.rss,div.small a.rss{padding-left:15px}[/inlinecode] > > That should work fine, but I'm guessing the devs would want to do this a little differently since I'm noticing that there is some manual styling on these entries that should probably be converted to a css class at the same time. > > [b]Micha: [/b] > > The relevant code is here: > > thread.inc.tpl - line 91 > [inlinecode]{if $settings.rss_feed==1}<div class="small" style="text-align:right;"><a class="rss" href="index.php?mode=rss&thread={$tid}" title="{#rss_feed_thread_title#}">{#rss_feed_thread#}</a></div>{/if}[/inlinecode] > > thread_linear_inc.tpl - line 87 > [inlinecode]{if $settings.rss_feed==1}<div class="small" style="text-align:right;"><a class="rss" href="index.php?mode=rss&thread={$tid}">{#rss_feed_thread#}</a></div>{/if}[/inlinecode]
E-mail notification on reply of this posting
OK - Submit
Preview