Subject: Re: [Boost-docs] Inline math phrase and fixed interline spacing in html
From: Samuel Debionne (debionne_at_[hidden])
Date: 2007-11-20 21: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
This archive was generated by hypermail 2.1.7 : 2017-11-11 08:50:40 UTC