Modify ↓
Opened 18 years ago
Last modified 5 years ago
#1086 new enhancement
a margin-top over here !
Reported by: | Owned by: | ||
---|---|---|---|
Priority: | normal | Component: | NewsFlashMacro |
Severity: | trivial | Keywords: | styling |
Cc: | antoine.bernier@… | Trac Release: | 0.11 |
Description (last modified by )
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
Attachments (1)
Change History (6)
comment:1 Changed 16 years ago by
Cc: | antoine.bernier@… added; anonymous removed |
---|---|
Keywords: | styling added |
Priority: | lowest → normal |
Summary: | add margin around newsflash box → a margin-top over here ! |
Trac Release: | 0.10 → 0.11 |
Changed 16 years ago by
Attachment: | Image-19.png added |
---|
comment:2 Changed 16 years ago by
Or maybe with a <p /> tag just before, like done with the PageOutline macro :
<p> </p> <div class="newsflash"> ...
comment:4 Changed 14 years ago by
Description: | modified (diff) |
---|---|
Owner: | changed from Noah Kantrowitz to Ryan J Ollos |
Status: | new → assigned |
comment:5 Changed 11 years ago by
Status: | assigned → new |
---|
comment:6 Changed 5 years ago by
Owner: | Ryan J Ollos deleted |
---|
Note: See
TracTickets for help on using
tickets.
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