Boost logo

Boost Docs :

From: Samuel Debionne (debionne_at_[hidden])
Date: 2007-11-20 16:46:11


Le Tue, 20 Nov 2007 21:18:28 +0100, Daniel James
<daniel_james_at_[hidden]> a écrit:

> Wouldn't it be simpler to just style <sub> and <sup>? A quick search
> found an article at: http://tinyurl.com/2ez9ga

Yes indeed ! I just try and it works fine (at least with opera). For the
records :

sup,
sub {
        height: 0;
        line-height: 1;
        vertical-align: baseline;
        _vertical-align: bottom;
        position: relative;
        
}

sup {
        bottom: 1ex;
}

sub {
        top: .5ex;
}

To be added to boostbook.css in svn ?

Samuel


Boost-Docs list run by mbergal at meta-comm.com