Ticket #18 (closed enhancement: worksforme)

Opened 2 years ago

Last modified 2 years ago

Have {{{ behave like {{{#!text

Reported by: Ben Owned by: sheep
Priority: Low Milestone:
Component: Hatta Wiki Version:
Keywords: Cc:

Description

(As a side note, I wasn't able to put a sharp in the title ...)

I find it a pity that

this text

doens't looks like

this one

Just enclosing the <pre> in a <div class="highlight"> might do the trick, right ?

Change History

comment:1 Changed 2 years ago by sheep

Actually, you just copy the default style, save it as page 'style.css', and replace the line

div.highlight { border: 1px solid #ccc }

with

pre.code, div.highlight { border: 1px solid #ccc; background: #eee }

All changes in presentation should be done with css if possible. If you want two elements to look the same, just give them the same style. -- Radomir Dopieralski

comment:2 Changed 2 years ago by sheep

  • Status changed from new to closed
  • Resolution set to worksforme
Note: See TracTickets for help on using tickets.