Opened 17 years ago

Last modified 4 years ago

#1086 new enhancement

a margin-top over here ! — at Version 4

Reported by: msg@… Owned by: Ryan J Ollos
Priority: normal Component: NewsFlashMacro
Severity: trivial Keywords: styling
Cc: antoine.bernier@… Trac Release: 0.11

Description (last modified by Ryan J Ollos)

A small margin (10px) around the newsflash box would be nice. I've added the following to my site_css.cs

div.newsflash {
  margin: 10px;
}

Cheers,

Marc

Change History (4)

comment:1 Changed 15 years ago by abernier

Cc: antoine.bernier@… added; anonymous removed
Keywords: styling added
Priority: lowestnormal
Summary: add margin around newsflash boxa margin-top over here !
Trac Release: 0.100.11

I agree with Marc,

Since the newflashmacro is often inserted at top of the wiki page, it sounds a good idea to add a margin-top to the newsflash box.

PS : Here attached the screenshot with a margin-top.

Cheers, Antoine

Changed 15 years ago by abernier

Attachment: Image-19.png added

comment:2 Changed 15 years ago by abernier

Or maybe with a <p /> tag just before, like done with the PageOutline macro :

<p> </p>
<div class="newsflash">
...

comment:4 Changed 13 years ago by Ryan J Ollos

Description: modified (diff)
Owner: changed from Noah Kantrowitz to Ryan J Ollos
Status: newassigned
Note: See TracTickets for help on using tickets.