Before you ask please READ THIS

Block Quote Text

edited May 2012 in Airlock Posts: 7
Hi All,

I'm trying to change the font and size of the block quote, please could you give me some guidance?

Many thanks,
Matt

Comments

  • AirAir
    Posts: 10,970
    Hi,

    Go to /airlock/common/css/style-light.css line~1222

    blockquote{
    background: url(../gfx/light/quoteleft.png) top left no-repeat;
    color: #848484;
    float: left;
    font-family: georgia, arial;
    font-size: 16px;
    font-style: italic;
    line-height: 13px;
    margin: 10px 0 10px 10px;
    padding: 10px 40px 0 40px;
    width: 50%;
    }
    and edit font size. Same for style-dark.css

    With regards.
  • Posts: 7
    Brilliant, thanks - I will take a look at this.

    regards,
    Matt
  • Posts: 7
    Great - this worked.

    Thanks for the help.

    Matt
Sign In or Register to comment.

Howdy, Stranger!

It looks like you're new here. If you want to get involved, click one of these buttons!

In this Discussion